mirror of
https://github.com/SinTan1729/recipe-box-for-wikijs.git
synced 2024-12-26 10:08:37 -06:00
Update docs.
This commit is contained in:
parent
6f3573f23c
commit
24d88449c2
1 changed files with 6 additions and 0 deletions
6
setup.py
6
setup.py
|
@ -1,5 +1,11 @@
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
|
"""
|
||||||
|
python3 setup.py sdist bdist_wheel
|
||||||
|
python3 -m twine upload dist/*
|
||||||
|
|
||||||
|
https://packaging.python.org/tutorials/packaging-projects/
|
||||||
|
"""
|
||||||
|
|
||||||
def readme():
|
def readme():
|
||||||
with open('README.md') as f:
|
with open('README.md') as f:
|
||||||
|
|
Loading…
Reference in a new issue