We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac108f commit 805ede4Copy full SHA for 805ede4
pyproject.toml
@@ -20,6 +20,11 @@ dependencies = [
20
"jinja2",
21
"ipfn @ git+https://github.com/AJdeMooij/ipfn@bugfix/pandas-sort-frames",
22
]
23
+classifiers = [
24
+ "Programming Language :: Python :: 3.10",
25
+ "Programming Language :: Python :: 3.11",
26
+ "Programming Language :: Python :: 3.12",
27
+]
28
29
[project.urls]
30
Paper = "https://www.researchsquare.com/article/rs-3405645/v1"
@@ -29,8 +34,3 @@ Repository = "https://github.com/A-Practical-Agent-Programming-Language/GenSynth
34
[tool.setuptools.packages.find]
35
include = ['gensynthpop', 'gensynthpop.*']
31
36
32
-classifiers = [
33
- "Programming Language :: Python :: 3.10",
- "Programming Language :: Python :: 3.11",
- "Programming Language :: Python :: 3.12",
-]
0 commit comments