Skip to content

Commit 61307f2

Browse files
committed
Remove metadata
1 parent ad092f2 commit 61307f2

245 files changed

Lines changed: 7 additions & 50886 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTING.rst

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,19 +97,16 @@ level directory.
9797

9898
pip install . --upgrade
9999

100-
The following command builds a package and uploads it to PIP repository.
100+
Build and validate distributions before uploading them to PyPI. Twine 6 or
101+
newer is required because current setuptools releases generate Core Metadata
102+
2.4, which older Twine versions cannot validate.
101103

102104
::
103105

104-
python setup.py sdist upload
105-
106-
Alternative way
107-
108-
::
109-
110-
python -m pip install build twine
106+
python -m pip install --upgrade build "twine>=6.0.0"
111107
python -m build
112-
twine upload dist/*
108+
python -m twine check dist/*
109+
python -m twine upload dist/*
113110

114111
An alternative way you can use next command
115112

atlassian_python_api-5.0.0/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

atlassian_python_api-5.0.0/MANIFEST.in

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)