Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeqfu committed Sep 3, 2019
1 parent 16cc1ee commit 5a995e2
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,21 @@
setuptools.setup(

name='pyhelpers',
version='1.0.14',
version='1.0.16',

author='Qian Fu',
author_email='[email protected]',

description="A small toolkit of some helper functions to facilitate writing Python code",
description="A small toolkit of helper functions to facilitate data manipulation",
long_description=long_description,
long_description_content_type="text/markdown",

url='https://github.com/mikeqfu/pyhelpers',

install_requires=[
# 'gdal',
# 'fuzzywuzzy',
'feather-format',
'fuzzywuzzy',
# 'matplotlib',
# 'nltk',
'numpy',
Expand All @@ -38,15 +39,13 @@
packages=setuptools.find_packages(exclude=["*.tests", "tests.*", "tests"]),

classifiers=[
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Operating System :: Microsoft :: Windows',
'Operating System :: Microsoft :: Windows :: Windows 7',
'Operating System :: Microsoft :: Windows :: Windows 8',
'Operating System :: Microsoft :: Windows :: Windows 8.1',
'Operating System :: Microsoft :: Windows :: Windows 10',
'Operating System :: Microsoft :: Windows :: Windows 10'
],
)

0 comments on commit 5a995e2

Please sign in to comment.