Skip to content

Commit 04330ef

Browse files
committed
update pyproject
1 parent 02589e4 commit 04330ef

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
{name = "CloudFerro S.A."},
1313
{name = "Healy Hyperspatial"}
1414
]
15-
license = {file = "LICENSE"}
15+
license = {text = "MIT"}
1616
maintainers = [
1717
{name = "Jonathan Healy", email = "[email protected]"}
1818
]
@@ -21,7 +21,6 @@ classifiers = [
2121
"Development Status :: 4 - Beta",
2222
"Intended Audience :: Developers",
2323
"Intended Audience :: Science/Research",
24-
"License :: OSI Approved :: MIT License",
2524
"Programming Language :: Python :: 3.9",
2625
"Programming Language :: Python :: 3.10",
2726
"Programming Language :: Python :: 3.11",
@@ -78,6 +77,11 @@ dev = [
7877
[project.scripts]
7978
sfeos-tools = "sfeos_tools.cli:cli"
8079

80+
[tool.setuptools.packages.find]
81+
where = ["."]
82+
include = ["sfeos_tools*"]
83+
exclude = ["sample_data*", "tests*"]
84+
8185
[tool.black]
8286
line-length = 88
8387
target-version = ["py38"]

0 commit comments

Comments
 (0)