From 9d572abf0c6e1dda7c4c413102980b9e75a00117 Mon Sep 17 00:00:00 2001 From: FNTwin Date: Mon, 22 Jul 2024 09:00:33 -0600 Subject: [PATCH] Updated pyproject.toml --- pyproject.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d5e6a002..37e9d08d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ authors = [{ name = "Nikhil Shenoy", email = "nikhilshenoy98@gmail.com" }, { name = "Prudencio Tossou", email = "tossouprudencio@gmail.com" }, { name = "Cristian Gabellini", email = "cris.gabellini@gmail.com" }] readme = "README.md" +license = { text = "CC BY-NC 4.0" } requires-python = ">=3.8" classifiers = [ "Development Status :: 4 - Beta", @@ -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