Use setup.cfg for packaging

This commit is contained in:
c-bata
2021-03-11 16:32:15 +09:00
parent 0f11cdb8d0
commit 458ac42e9d
3 changed files with 54 additions and 54 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install --progress-bar off .[release]
pip install --progress-bar off wheel twine
- run: python setup.py sdist bdist_wheel
- run: twine check dist/*