Skip to content

Commit a94ff4a

Browse files
committed
Cleaned up pyproject.toml
1 parent a28f321 commit a94ff4a

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 9 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="patrickryankenneth@gmail.com" },
9+
{ name = "minds3t", email = "omnipkg@proton.me" },
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",
@@ -27,14 +27,10 @@ dependencies = [
2727
]
2828

2929
[project.urls]
30-
Homepage = "https://github.com/patrickryankenneth/omnipkg"
30+
Homepage = "https://github.com/1minds3t/omnipkg"
3131

3232
[project.scripts]
3333
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)