We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617ff5f commit 2d9cc34Copy full SHA for 2d9cc34
1 file changed
pyproject.toml
@@ -23,9 +23,8 @@ requires = [
23
[project]
24
name = "PyWavelets"
25
version = "1.8.0.dev0"
26
-# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
27
-# at that point, no longer include them in `py3.install_sources()`
28
-license = {file = "LICENSE"}
+license = "MIT"
+license-files = ["LICENSE"]
29
maintainers = [
30
{name = "The PyWavelets Developers", email = "pywavelets@googlegroups.com"}
31
]
@@ -38,7 +37,6 @@ classifiers = [
38
37
"Intended Audience :: Developers",
39
"Intended Audience :: Education",
40
"Intended Audience :: Science/Research",
41
- "License :: OSI Approved :: MIT License",
42
"Operating System :: OS Independent",
43
"Programming Language :: C",
44
"Programming Language :: Python",
0 commit comments