relsqui / protocards

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

(gh-20) Added setup.py and new filesytem structure #22

Closed ghost closed 5 years ago

ghost commented 10 years ago

Added setup.py

The filesytem structure needed to be changed to something setup.py likes.

The project can now be registered with PyPi

python setup.py register

And then uploaded

python setup.py sdist upload

Tests can be run from setup.py as well

python setup.py nosetests

New filesytem structure