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 e4b032d commit 3dcea68Copy full SHA for 3dcea68
pyproject.toml
@@ -12,7 +12,7 @@ classifiers = [
12
"Programming Language :: Python",
13
"Programming Language :: Python :: 3.9",
14
"Programming Language :: Python :: 3.10",
15
- "Development Status :: 2 - Pre-Alpha Copy",
+ "Development Status :: 2 - Pre-Alpha",
16
"Intended Audience :: Science/Research",
17
]
18
include = [
@@ -48,4 +48,4 @@ ignore-words-list = "crate,"
48
49
[build-system]
50
requires = ["poetry-core"]
51
-build-backend = "poetry.core.masonry.api"
+build-backend = "poetry.core.masonry.api"
0 commit comments