Adding the type annotation to setup.py didn't seem to help. Lets see if restructured text renders better than md.
8 lines
120 B
Makefile
8 lines
120 B
Makefile
test:
|
|
python3 -m unittest discover
|
|
python2 -m unittest discover
|
|
|
|
uppload:
|
|
python setup.py sdist
|
|
twine upload dist/*
|