marc-nguessan / mrpy

Other
2 stars 0 forks source link

Make it `pip installable` #1

Open rdbisme opened 4 years ago

rdbisme commented 4 years ago

It would be cool if the package could be installable directly from pip. So you need to create a proper packaged wheel and upload it to pipy.

You find everyhting here: https://packaging.python.org/

Comment on this issue if you need help with that! :)

rdbisme commented 4 years ago

If you really want to be cutting edge in packaging strategy, you should use a project.toml file. Read here and here

rdbisme commented 4 years ago

PS: setup.py is missing.