We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4bbda commit 7825c26Copy full SHA for 7825c26
pyproject.toml
@@ -44,6 +44,12 @@ source_archive = "https://usgs.github.io/gspy/archive/{commit_hash}.zip"
44
[tool.hatch.metadata.hooks.requirements_txt]
45
files = ["requirements.txt"]
46
47
+[project.optional-dependencies]
48
+docs = ["sphinx_gallery",
49
+ "sphinx_rtd_theme"]
50
+dev = ["gspy[docs]",
51
+ "twine"]
52
+
53
[tool.hatch.build.targets.wheel]
54
packages = ["gspy"]
55
0 commit comments