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 45c5372 commit ad951e0Copy full SHA for ad951e0
.gitignore
@@ -2,6 +2,4 @@
2
*.swp
3
__pycache__/
4
.coverage
5
-/build/
6
-/stagpy.egg-info
7
/uv.lock
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
-requires = ["setuptools>=74"]
-build-backend = "setuptools.build_meta"
+requires = ["hatchling>=1.25"]
+build-backend = "hatchling.build"
[project]
name = "stagpy"
@@ -41,12 +41,8 @@ dependencies = [
41
[project.scripts]
42
stagpy = "stagpy.__main__:main"
43
44
-[tool.setuptools.packages.find]
+[tool.hatch.build.targets.sdist]
45
include = ["stagpy"]
46
-namespaces = false
47
-
48
-[tool.setuptools.package-data]
49
-stagpy = ["py.typed", "_styles/stagpy-*.mplstyle"]
50
51
[tool.pytest.ini_options]
52
testpaths = ["tests"]
0 commit comments