Skip to content

Commit bd5892c

Browse files
Ryan Whitmorebrandonwillard
authored andcommitted
Bump min python version to 3.9. Remove license specifications from the
classifiers section. Add the package path to the setuptools include target.
1 parent 763c7a9 commit bd5892c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,14 @@ license = {file = "LICENSE.txt"}
1111
authors = [
1212
{name = "Brandon T. Willard", email = "brandonwillard+cons@gmail.com"}
1313
]
14-
requires-python = ">=3.6"
14+
requires-python = ">=3.0"
1515
dependencies = [
1616
"logical-unification>=0.4.0"
1717
]
1818
classifiers = [
1919
"Development Status :: 3 - Alpha",
2020
"Intended Audience :: Science/Research",
2121
"Intended Audience :: Developers",
22-
"License :: DFSG approved",
23-
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
2422
"Operating System :: OS Independent",
2523
"Programming Language :: Python",
2624
"Programming Language :: Python :: 3",
@@ -40,6 +38,7 @@ Homepage = "https://github.com/pythological/python-cons"
4038
test = ["pytest"]
4139

4240
[tool.setuptools.packages.find]
41+
include = ["cons*"]
4342
exclude = ["tests*"]
4443

4544
[tool.versioneer]

0 commit comments

Comments
 (0)