Skip to content

Commit 9df38c1

Browse files
committed
Fixing the package structure
1 parent 25c5df8 commit 9df38c1

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires=[
3-
"setuptools>=61.0",
3+
"setuptools>=77.0.0",
44
"versioningit",
55
]
66
build-backend = "setuptools.build_meta"
@@ -17,6 +17,7 @@ name = "moldrug"
1717
dynamic = ["version"]
1818
description = "moldrug is a python package for drug-oriented optimization on the chemical space."
1919
readme = "README.rst"
20+
license-files = ["LICENSE"]
2021

2122
authors=[
2223
{name="Alejandro Martínez León", email="ale94mleon@gmail.com"},
@@ -26,12 +27,13 @@ classifiers = [
2627
"Development Status :: 4 - Beta",
2728
"Operating System :: OS Independent",
2829
"Intended Audience :: Science/Research",
29-
"License :: OSI Approved :: Apache Software License",
3030
"Programming Language :: Python :: 3",
3131
"Programming Language :: Python :: 3.8",
3232
"Programming Language :: Python :: 3.9",
3333
"Programming Language :: Python :: 3.10",
3434
"Programming Language :: Python :: 3.11",
35+
"Programming Language :: Python :: 3.12",
36+
"Programming Language :: Python :: 3.13",
3537
"Topic :: Scientific/Engineering :: Bio-Informatics",
3638
"Topic :: Scientific/Engineering :: Chemistry",
3739
]
@@ -44,7 +46,7 @@ keywords = [
4446
"genetic algorithm",
4547
]
4648

47-
requires-python = ">= 3.8"
49+
requires-python = ">= 3.8 , < 3.14"
4850
dependencies = [
4951
"crem",
5052
"tqdm",
@@ -58,11 +60,10 @@ dependencies = [
5860
"rdkit>=2022.3.5",
5961
]
6062

61-
[project.license]
62-
file = "LICENSE"
63+
6364

6465
[project.optional-dependencies]
65-
dev = ["requests", "pytest"]
66+
dev = ["requests", "pytest", "dask[distributed]", "dask-jobqueue"]
6667
cluster = ["dask[distributed]", "dask-jobqueue"]
6768

6869
[tool.versioningit]
@@ -89,8 +90,6 @@ where = ["src"]
8990

9091
[tool.setuptools.package-data]
9192
moldrug = [
92-
"LICENSE",
93-
"README.rst",
9493
"data/*/*.yml",
9594
"data/*/*.mol",
9695
"data/*/*.smi",

0 commit comments

Comments
 (0)