-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
85329e3
commit cdeccfa
Showing
3 changed files
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,17 @@ | ||
# to bulid release: | ||
# 1. COMMENT OUT `[egg_info]` section | ||
# 2. $ pip install build | ||
# 3. $ python -m build | ||
# 1. initialize | ||
# $ pip install -U build twine | ||
|
||
# to test upload: | ||
# 2. TEST build & release: | ||
# $ rm -Rf build/ | ||
# $ python -m build | ||
# $ twine upload --repository-url https://test.pypi.org/legacy/ dist/* | ||
|
||
# to production upload: | ||
# 3. PRODUCTION build & release: | ||
# $ rm -Rf build/ | ||
# $ rm setup.cfg | ||
# $ python -m build | ||
# $ twine upload dist/* | ||
|
||
[egg_info] | ||
tag_build = dev | ||
tag_date = true | ||
|
||
[flake8] | ||
;show-pep8=true | ||
;show-source=true | ||
max-line-length=95 | ||
|
||
[mypy] | ||
ignore_missing_imports = True | ||
strict_optional = False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters