Skip to content

Commit

Permalink
correct classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaddam committed Feb 8, 2023
1 parent 8277a30 commit 3e399ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
long_description_content_type="text/markdown",
url="https://github.com/broadinstitute/Tangram",
packages=setuptools.find_namespace_packages(),
classifiers=["Programming Language :: Python :: 3.8.5", "Operating System :: MacOS",],
classifiers=["Programming Language :: Python :: 3.8", "Operating System :: MacOS",],
python_requires=">=3.8.5",
install_requires=[
"pip",
Expand Down

0 comments on commit 3e399ae

Please sign in to comment.