We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c2f05 commit febd9c9Copy full SHA for febd9c9
1 file changed
pyproject.toml
@@ -8,6 +8,8 @@ version = "0.3.3"
8
description = "PySwip enables querying SWI-Prolog in your Python programs."
9
readme = "README.md"
10
requires-python = ">=3.9"
11
+license = "MIT"
12
+license-files = ["LICENSE", "CONTRIBUTORS.txt"]
13
authors = [
14
{ name = "Yuce Tekol", email = "yucetekol@gmail.com" },
15
]
@@ -22,7 +24,6 @@ classifiers = [
22
24
"Development Status :: 4 - Beta",
23
25
"Intended Audience :: Developers",
26
"Intended Audience :: Science/Research",
- "License :: OSI Approved :: MIT License",
27
"Operating System :: OS Independent",
28
"Programming Language :: Python",
29
"Topic :: Scientific/Engineering :: Artificial Intelligence",
@@ -53,3 +54,5 @@ pyswip = ["py.typed"]
53
54
55
[tool.setuptools.packages.find]
56
where = ["src"]
57
+
58
0 commit comments