Skip to content

Commit

Permalink
update parameters of package install
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jun 12, 2023
1 parent 01b3621 commit 6aca0c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ dependencies = [
"poppy>=1.0.2",
"pyparsing>=2.2.1",
"requests>=2.22",
"scikit-image>=0.17.2",
"scipy>=1.6.0,<1.10.0",
"spherical-geometry>=1.2.22",
"stcal>=1.3.7",
Expand Down Expand Up @@ -153,8 +152,10 @@ build-backend = "setuptools.build_meta"

[tool.setuptools]
zip-safe = false
include-package-data = false

[tool.setuptools.packages.find]
namespaces = false

[tool.setuptools.package-data]
"*" = [
Expand Down Expand Up @@ -222,6 +223,7 @@ norecursedirs = [
".tox",
".eggs",
"build",
"venv",
]
asdf_schema_tests_enabled = true
asdf_schema_validate_default = false
Expand Down

0 comments on commit 6aca0c5

Please sign in to comment.