mirror of
https://github.com/bendtherules/humblematch.git
synced 2026-08-18 13:52:00 +00:00
Moved docs + build working
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
|
||||
|
||||
## Run doctest -
|
||||
|
||||
python -m doctest .\wrap_obj.py
|
||||
|
||||
## Run tests-
|
||||
cd humblematch
|
||||
py.test
|
||||
|
||||
## To build -
|
||||
|
||||
python setup.py sdist bdist_wheel
|
||||
python setup.py build --plat-name=win-amd64 bdist_wininst
|
||||
python setup.py build --plat-name=win32 bdist_wininst
|
||||
|
||||
To upload -
|
||||
twine upload dist/*
|
||||
Reference in New Issue
Block a user