Skip to content

Commit 805ede4

Browse files
committed
Correct pyproject for installation
1 parent cac108f commit 805ede4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ dependencies = [
2020
"jinja2",
2121
"ipfn @ git+https://github.com/AJdeMooij/ipfn@bugfix/pandas-sort-frames",
2222
]
23+
classifiers = [
24+
"Programming Language :: Python :: 3.10",
25+
"Programming Language :: Python :: 3.11",
26+
"Programming Language :: Python :: 3.12",
27+
]
2328

2429
[project.urls]
2530
Paper = "https://www.researchsquare.com/article/rs-3405645/v1"
@@ -29,8 +34,3 @@ Repository = "https://github.com/A-Practical-Agent-Programming-Language/GenSynth
2934
[tool.setuptools.packages.find]
3035
include = ['gensynthpop', 'gensynthpop.*']
3136

32-
classifiers = [
33-
"Programming Language :: Python :: 3.10",
34-
"Programming Language :: Python :: 3.11",
35-
"Programming Language :: Python :: 3.12",
36-
]

0 commit comments

Comments
 (0)