Skip to content

Commit

Permalink
Updated pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
FNTwin committed Jul 22, 2024
1 parent b6d0045 commit 9d572ab
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ authors = [{ name = "Nikhil Shenoy", email = "[email protected]" },
{ name = "Prudencio Tossou", email = "[email protected]" },
{ name = "Cristian Gabellini", email = "[email protected]" }]
readme = "README.md"
license = { text = "CC BY-NC 4.0" }
requires-python = ">=3.8"
classifiers = [
"Development Status :: 4 - Beta",
Expand Down Expand Up @@ -75,10 +76,10 @@ dev = [
openqdc = "openqdc.cli:app"

[project.urls]
Website = "https://github.com/OpenDrugDiscovery"
"Source Code" = "https://github.com/OpenDrugDiscovery/openQDC"
"Bug Tracker" = "https://github.com/OpenDrugDiscovery/openQDC/issues"
Documentation = "https://github.com/OpenDrugDiscovery/openQDC"
Website = "https://openqdc.io"
"Source Code" = "https://github.com/valence-labs/openQDC"
"Bug Tracker" = "https://github.com/valence-labs/openQDC/issues"
Documentation = "https://docs.openqdc.io"

[tool.setuptools]
include-package-data = true
Expand Down

0 comments on commit 9d572ab

Please sign in to comment.