try first test pip build

We still need to set up some metadata.
This commit is contained in:
Soren I. Bjornstad 2021-09-10 11:17:50 -05:00
parent 561a72245d
commit a2ff251e74
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ venv/
*.egg-info/
docs/_build/
tzk/editions/
dist/

View File

@ -6,6 +6,7 @@ sphinx==3.5.4 # newer versions display function names in the wrong color?
sphinx_rtd_theme==0.5.2
# dev tools
build
setuptools
twine
wheel