Skip to content

Commit febd9c9

Browse files
committed
updated license stuff to be compatible with latest Python packaging
1 parent c7c2f05 commit febd9c9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ version = "0.3.3"
88
description = "PySwip enables querying SWI-Prolog in your Python programs."
99
readme = "README.md"
1010
requires-python = ">=3.9"
11+
license = "MIT"
12+
license-files = ["LICENSE", "CONTRIBUTORS.txt"]
1113
authors = [
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]
5556
where = ["src"]
57+
58+

0 commit comments

Comments
 (0)