.codecov.yml
.coveragerc
.flake8
.git-blame-ignore-revs
.gitignore
.isort.cfg
.readthedocs.yaml
AUTHORS
LICENSE
README.rst
mypy.ini
pyproject.toml
pytest.ini
setup.cfg
tox.ini
.github/ISSUE_TEMPLATE.md
.github/workflows/codeql-analysis.yml
.github/workflows/integration.yml
.github/workflows/main.yml
changelog/.gitignore
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/requirements.txt
docs/internal/twine.auth.rst
docs/internal/twine.cli.rst
docs/internal/twine.commands.check.rst
docs/internal/twine.commands.register.rst
docs/internal/twine.commands.rst
docs/internal/twine.commands.upload.rst
docs/internal/twine.exceptions.rst
docs/internal/twine.package.rst
docs/internal/twine.repository.rst
docs/internal/twine.rst
docs/internal/twine.settings.rst
docs/internal/twine.utils.rst
docs/internal/twine.wheel.rst
docs/internal/twine.wininst.rst
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_auth.py
tests/test_check.py
tests/test_cli.py
tests/test_commands.py
tests/test_integration.py
tests/test_main.py
tests/test_package.py
tests/test_register.py
tests/test_repository.py
tests/test_settings.py
tests/test_upload.py
tests/test_utils.py
tests/test_wheel.py
tests/alt-fixtures/twine-1.5.0-py2.py3-none-any.whl
tests/fixtures/deprecated-pypirc
tests/fixtures/malformed.tar.gz
tests/fixtures/twine-1.5.0-py2.py3-none-any.whl
tests/fixtures/twine-1.5.0-py2.py3-none-any.whl.asc
tests/fixtures/twine-1.5.0.tar.gz
tests/fixtures/twine-1.6.5-py2.py3-none-any.whl
tests/fixtures/twine-1.6.5.tar.gz
tests/fixtures/twine-3.3.0-py3.9.egg
twine/__init__.py
twine/__main__.py
twine/auth.py
twine/cli.py
twine/exceptions.py
twine/package.py
twine/py.typed
twine/repository.py
twine/settings.py
twine/utils.py
twine/wheel.py
twine/wininst.py
twine.egg-info/PKG-INFO
twine.egg-info/SOURCES.txt
twine.egg-info/dependency_links.txt
twine.egg-info/entry_points.txt
twine.egg-info/requires.txt
twine.egg-info/top_level.txt
twine/commands/__init__.py
twine/commands/check.py
twine/commands/register.py
twine/commands/upload.py