mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Specifying python versions supported in setup.py (#382)
* Specifying python versions supported in setup.py * Fixing py3
This commit is contained in:
5
setup.py
5
setup.py
@@ -43,4 +43,9 @@ setup(
|
||||
url='https://github.com/airbnb/caravel',
|
||||
download_url=(
|
||||
'https://github.com/airbnb/caravel/tarball/' + version.VERSION_STRING),
|
||||
classifiers=[
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user