Skip to content

Commit 68f9c17

Browse files
committed
Change setup for python 3 version
1 parent f3ef8fb commit 68f9c17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(fname):
1111
version="2.0.1",
1212
author="SlicingDice LLC",
1313
author_email="help@slicingdice.com",
14-
description="Official Python client for SlicingDice, Data Warehouse and "
14+
description="Official Python 3 client for SlicingDice, Data Warehouse and "
1515
"Analytics Database as a Service.",
1616
install_requires=["aiohttp", "six", "ujson"],
1717
license="BSD",
@@ -24,7 +24,7 @@ def read(fname):
2424
package_dir={'pyslicer': 'pyslicer'},
2525
long_description=read('README.md'),
2626
classifiers=[
27-
"Programming Language :: Python :: 2.7",
27+
"Programming Language :: Python :: 3.5",
2828
"Topic :: Scientific/Engineering :: Information Analysis",
2929
],
3030
)

0 commit comments

Comments
 (0)