Skip to content

Commit 4babf65

Browse files
Fixes project URLs in setup.cfg
1 parent 2d38f8f commit 4babf65

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ author_email = ivan.chernyshoff@gmail.com
66
description = A simple Python wrapper around the ILThermo 2.0 database
77
long_description = file: README.md
88
long_description_content_type = text/markdown
9-
url =
9+
url = https://pypi.org/project/ilthermopy/
1010
project_urls =
11-
GitHub =
12-
Bug Tracker =
11+
GitHub = https://github.com/IvanChernyshov/ILThermoPy
12+
Bug Tracker = https://github.com/IvanChernyshov/ILThermoPy/issues
1313
keywords = ionic liquids ilthermo nist api chemistry cheminformatics
1414
classifiers =
1515
License :: OSI Approved :: MIT License

0 commit comments

Comments
 (0)