File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -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 = " [email protected] " },
9+ {
name = " minds3t" ,
email = " [email protected] " },
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" ,
@@ -34,7 +34,3 @@ omnipkg = "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" ]
You can’t perform that action at this time.
0 commit comments