File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,14 @@ license = {file = "LICENSE.txt"}
1111authors = [
1212 {name = " Brandon T. Willard" , email = " brandonwillard+cons@gmail.com" }
1313]
14- requires-python = " >=3.6 "
14+ requires-python = " >=3.0 "
1515dependencies = [
1616 " logical-unification>=0.4.0"
1717]
1818classifiers = [
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"
4038test = [" pytest" ]
4139
4240[tool .setuptools .packages .find ]
41+ include = [" cons*" ]
4342exclude = [" tests*" ]
4443
4544[tool .versioneer ]
You can’t perform that action at this time.
0 commit comments