Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
mizaki authored Sep 18, 2024
1 parent 76e8f9f commit 0f3beaa
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[metadata]
name = mangaupdates_talker
version = 0.0.1
description = A MangaUpdates API talker for ComicTagger a cross-platform GUI/CLI app for writing metadata to comic archives
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down Expand Up @@ -53,7 +52,7 @@ dev =
flake8-black
flake8-encodings
flake8-isort
invoke
tox
isort>=5.10
pytest==7.*
setuptools>=42
Expand Down Expand Up @@ -85,22 +84,6 @@ commands_pre =
commands =
python -m build

[testenv:pypi-upload]
description = Upload wheel to PyPi
platform = Linux
labels =
release
skip_install = true
depends = wheel
deps =
twine
passenv =
TWINE_*
setenv =
TWINE_NON_INTERACTIVE=true
commands =
python -m twine upload dist/*.whl dist/*.tar.gz

[pep8]
ignore = E265,E501
max_line_length = 120
Expand Down

0 comments on commit 0f3beaa

Please sign in to comment.