Skip to content

Commit

Permalink
Fix: PyPI install issues (due to incorrect python_requires>=3.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarnhart committed Oct 7, 2019
2 parents 2b45d1d + ec84633 commit 022599e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -5,12 +5,14 @@

setup(
name="umami",
python_requires=">=3.6",
python_requires=">=3",
version=versioneer.get_version(),
classifiers=[
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down

0 comments on commit 022599e

Please sign in to comment.