We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ef8fb commit 68f9c17Copy full SHA for 68f9c17
setup.py
@@ -11,7 +11,7 @@ def read(fname):
11
version="2.0.1",
12
author="SlicingDice LLC",
13
author_email="help@slicingdice.com",
14
- description="Official Python client for SlicingDice, Data Warehouse and "
+ description="Official Python 3 client for SlicingDice, Data Warehouse and "
15
"Analytics Database as a Service.",
16
install_requires=["aiohttp", "six", "ujson"],
17
license="BSD",
@@ -24,7 +24,7 @@ def read(fname):
24
package_dir={'pyslicer': 'pyslicer'},
25
long_description=read('README.md'),
26
classifiers=[
27
- "Programming Language :: Python :: 2.7",
+ "Programming Language :: Python :: 3.5",
28
"Topic :: Scientific/Engineering :: Information Analysis",
29
],
30
)
0 commit comments