Skip to content

Commit

Permalink
Merge pull request #115 from silx-kit/fix-setuptools
Browse files Browse the repository at this point in the history
Fixed build configuration
  • Loading branch information
t20100 authored Jul 30, 2024
2 parents 40bd1c9 + 422fa9f commit 086f883
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
Expand Down
11 changes: 9 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ classifiers =
Programming Language :: JavaScript

[options]
packages = find:
include_package_data = True
packages = jupyterhub_moss
include_package_data = False
python_requires = >=3.8
install_requires =
batchspawner>=1.0
Expand All @@ -29,6 +29,13 @@ install_requires =
pydantic>=2.4.0,<3
traitlets

[options.package_data]
jupyterhub_moss =
batch_script.sh
form/*.css
form/*.js
templates/*.html

[options.extras_require]
dev =
black
Expand Down

0 comments on commit 086f883

Please sign in to comment.