Skip to content

Commit 35b963f

Browse files
committed
Cleaned up pyproject.toml
1 parent c986ee1 commit 35b963f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

pyproject.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "omnipkg"
7-
version = "1.1.1"
7+
version = "1.0.0"
88
authors = [
9-
{ name="minds3t", email="[email protected]" },
9+
{ name = "minds3t", email = "[email protected]" },
1010
]
1111
description = "The Intelligent Python Dependency Resolver"
1212
readme = "README.md"
1313
requires-python = ">=3.11"
14-
license = { text="MIT" }
14+
license = { text="AGPL-3.0-or-later" }
1515
classifiers = [
1616
"Development Status :: 5 - Production/Stable",
1717
"Intended Audience :: Developers",
18-
"License :: OSI Approved :: MIT License",
18+
"License :: OSI Approved :: GNU Affero General Public License v3",
1919
"Operating System :: OS Independent",
2020
"Programming Language :: Python :: 3",
2121
"Topic :: Software Development :: Build Tools",
@@ -34,7 +34,3 @@ omnipkg = "omnipkg.cli:main"
3434

3535
[tool.setuptools]
3636
packages = ["omnipkg"]
37-
38-
# This is the crucial part that fixes your issue
39-
[tool.setuptools.package-data]
40-
omnipkg = ["*.py"]

0 commit comments

Comments
 (0)