Skip to content

Commit

Permalink
doc:update meta info in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Malephilosopher committed Apr 8, 2024
1 parent b21badd commit 48ac263
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,12 @@ def run(self):
"Operating System :: POSIX",
"Operating System :: Unix",
"Operating System :: MacOS",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
keywords=["Deep Learning", "PyTorch", "Ensemble Learning"],
packages=find_packages(),
cmdclass=cmdclass,
python_requires=">=3.6",
python_requires=">=3.9",
install_requires=install_requires,
)

0 comments on commit 48ac263

Please sign in to comment.