Skip to content

Commit

Permalink
😨 setup.py? oh no-
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueMyst committed Feb 2, 2024
1 parent 61f2765 commit c2b2223
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Internet",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities",
],
python_requires=">=3.6",
python_requires=">=3.8",
packages=find_packages(include=["pymusix"]),
)

0 comments on commit c2b2223

Please sign in to comment.