We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40bd1c9 + 422fa9f commit 086f883Copy full SHA for 086f883
pyproject.toml
@@ -1,8 +1,5 @@
1
[build-system]
2
-requires = [
3
- "setuptools>=42",
4
- "wheel"
5
-]
+requires = ["setuptools"]
6
build-backend = "setuptools.build_meta"
7
8
[tool.pytest.ini_options]
setup.cfg
@@ -19,8 +19,8 @@ classifiers =
19
Programming Language :: JavaScript
20
21
[options]
22
-packages = find:
23
-include_package_data = True
+packages = jupyterhub_moss
+include_package_data = False
24
python_requires = >=3.8
25
install_requires =
26
batchspawner>=1.0
@@ -29,6 +29,13 @@ install_requires =
29
pydantic>=2.4.0,<3
30
traitlets
31
32
+[options.package_data]
33
+jupyterhub_moss =
34
+ batch_script.sh
35
+ form/*.css
36
+ form/*.js
37
+ templates/*.html
38
+
39
[options.extras_require]
40
dev =
41
black
0 commit comments