relsqui / protocards

Simple tools for building card games in python.
MIT License
3 stars 1 forks source link

Make a setup.py and refactor filesystem structure #20

Closed ghost closed 5 years ago

ghost commented 10 years ago

If you want to get your project on pip you should make a setup.py. You should also do this so you can register the projects name so no one else takes it.

setup.py does not like the current directory being the package. You should restructure your repository

Here is a some good articles about this http://as.ynchrono.us/2007/12/filesystem-structure-of-python-project_21.html and http://blog.habnab.it/blog/2013/07/21/python-packages-and-you/