Closed ghost closed 5 years ago
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
pydeck/
README.md
setup.py
__init__.py
base.py
cribbage.py
standard.py
tests/
test_base.py
test_cribbage.py
test_standard.py
Added setup.py
The filesytem structure needed to be changed to something setup.py likes.
The project can now be registered with PyPi
And then uploaded
Tests can be run from setup.py as well
New filesytem structure
pydeck/
README.md
setup.py
pydeck/
__init__.py
base.py
cribbage.py
standard.py
tests/
__init__.py
test_base.py
test_cribbage.py
test_standard.py