Skip to content

Commit

Permalink
update few packages
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgp committed Oct 23, 2021
1 parent 89b5db3 commit 90dffac
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
with open(os.path.join(os.path.dirname(__file__), 'README.md'), 'r') as fh:
long_description_readme = fh.read()

this_package_website = 'https://github.com/danielgp/data-extractor'
this_package_website = 'https://github.com/danielgp/db-extractor'

setup(
author='Daniel Popiniuc',
author_email='danielpopiniuc@gmail.com',
classifiers=[

'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
Expand All @@ -43,10 +44,10 @@
'hdbcli>=2,<3',
'mysql-connector-python>=8.0.11,<8.1',
'pandas>=1,<2',
'pyarrow>=1,<=4',
'pyarrow>=1,<=5',
'twine>3,<4',
'xlrd>=1,<=2',
'XlsxWriter>=1,<=2',
'xlrd3>=1,<=2',
'XlsxWriter>=1,<=4',
'wheel>=0.34.2,<1'
],
keywords=[
Expand All @@ -69,6 +70,6 @@
'Source Code': this_package_website
},
python_requires='>=3.6',
url=this_package_website + '/releases', # project home page, if any
version='1.1.8',
url=this_package_website + '/tags', # project home page, if any
version='1.2.4',
)

0 comments on commit 90dffac

Please sign in to comment.