Skip to content

Commit

Permalink
Fix twine metadata (#92)
Browse files Browse the repository at this point in the history
twine 4.0 is incompatible with python3.12.
(unable to publish package)
Upgrade twine and fix warnings.

AB#9329
  • Loading branch information
eccles authored Jul 2, 2024
1 parent 3f0dd3c commit bb4f065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ pylint~=3.0

# uploading to pypi
build~=1.0
twine~=4.0
twine~=5.1
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ author = DataTrails Inc.
author_email = support@datatrails.ai
description = DataTrails Examples
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/datatrails/datatrails-samples
license = MIT
license_files = LICENSE
Expand Down

0 comments on commit bb4f065

Please sign in to comment.