Skip to content

Commit 088d3a2

Browse files
committed
testing conflict
2 parents 19c2b23 + a9d6a29 commit 088d3a2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#py caches
2+
__pycache__/
3+
.pytest_cache/
4+
5+
#Distribution
6+
dist/

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ dependencies = [
1818

1919
[project.urls]
2020
"Source Code" = "https://github.com/ArturU043/ServiceX_analysis_utils"
21-
"Documentation" = "https://servicex.readthedocs.io/"
2221
"Issue Tracker" = "https://github.com/ArturU043/ServiceX_analysis_utils/issues"
2322

2423
[tool.hatch.build.targets.sdist]
2524
include = [
26-
"/servicex_analysis_utils",
27-
"/tests/"
25+
"/servicex_analysis_utils"
2826
]
2927

3028
[project.optional-dependencies]

0 commit comments

Comments
 (0)