Skip to content

Commit

Permalink
Update setup.py (mosaicml#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
Averylamp authored and coryMosaicML committed Feb 23, 2022
1 parent a137e7e commit 3a06222
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ def package_files(directory: str):
packages=setuptools.find_packages(exclude=["tests*"]),
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
install_requires=install_requires,
entry_points={
Expand Down

0 comments on commit 3a06222

Please sign in to comment.