@@ -4,18 +4,18 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " omnipkg"
7- version = " 1.1.1 "
7+ version = " 1.0.0 "
88authors = [
9- { name = " minds3t" , email = " patrickryankenneth@gmail.com " },
9+ { name = " minds3t" , email = " omnipkg@proton.me " },
1010]
1111description = " The Intelligent Python Dependency Resolver"
1212readme = " README.md"
1313requires-python = " >=3.11"
14- license = { text =" MIT " }
14+ license = { text =" AGPL-3.0-or-later " }
1515classifiers = [
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 ]
3333omnipkg = " omnipkg.cli:main"
3434
3535[tool .setuptools ]
3636packages = [" omnipkg" ]
37-
38- # This is the crucial part that fixes your issue
39- [tool .setuptools .package-data ]
40- omnipkg = [" *.py" ]
0 commit comments