Skip to content

jrrwll/corepy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

corepy

  • this document is not about the python package
  • read the sources and tests to know how it works

how to publish a python package to pypi

python3 setup.py sdist
pip3 install twine
twine upload dist/*