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.
2 parents 19c2b23 + a9d6a29 commit 088d3a2Copy full SHA for 088d3a2
.gitignore
@@ -0,0 +1,6 @@
1
+#py caches
2
+__pycache__/
3
+.pytest_cache/
4
+
5
+#Distribution
6
+dist/
pyproject.toml
@@ -18,13 +18,11 @@ dependencies = [
18
19
[project.urls]
20
"Source Code" = "https://github.com/ArturU043/ServiceX_analysis_utils"
21
-"Documentation" = "https://servicex.readthedocs.io/"
22
"Issue Tracker" = "https://github.com/ArturU043/ServiceX_analysis_utils/issues"
23
24
[tool.hatch.build.targets.sdist]
25
include = [
26
- "/servicex_analysis_utils",
27
- "/tests/"
+ "/servicex_analysis_utils"
28
]
29
30
[project.optional-dependencies]
0 commit comments