File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ version = "0.3.3"
88description = " PySwip enables querying SWI-Prolog in your Python programs."
99readme = " README.md"
1010requires-python = " >=3.9"
11+ license = " MIT"
12+ license-files = [" LICENSE" , " CONTRIBUTORS.txt" ]
1113authors = [
1214 { name = " Yuce Tekol" , email = " yucetekol@gmail.com" },
1315]
@@ -22,7 +24,6 @@ classifiers = [
2224 " Development Status :: 4 - Beta" ,
2325 " Intended Audience :: Developers" ,
2426 " Intended Audience :: Science/Research" ,
25- " License :: OSI Approved :: MIT License" ,
2627 " Operating System :: OS Independent" ,
2728 " Programming Language :: Python" ,
2829 " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
@@ -53,3 +54,5 @@ pyswip = ["py.typed"]
5354
5455[tool .setuptools .packages .find ]
5556where = [" src" ]
57+
58+
You can’t perform that action at this time.
0 commit comments