setup.py, how to find main program/module?

ant ant at anthive.com
Tue Dec 18 21:48:55 EST 2018


  hello,

  i'm getting there...

  yet not quite all the way yet.  i run the 
commands to make the sdist and wheels and upload
it using twine to my test account, but when
i install it and try to run it the ngfp.py is
not found (i've also tried nfgp and main).


test upload:

  https://test.pypi.org/project/ngfp/


  i suspect i've not really understood entry 
points and may not have it specified correctly in
setup.py.

  any help appreciated.  :)


  to install it you'll need to use (to pull in pyglet):

$ pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple ngfp==0.1.5.post3

  thank you and cheers,


  ant



More information about the Python-list mailing list