Skip to content

Commit

Permalink
trying to create a package
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Mar 4, 2020
1 parent 31a4b29 commit 70070af
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
setup(
name="etlelk",
packages=['etlelk'],
version="0.0.11",
version="0.0.12",
license="GNU Lesser General Public License v3.0",
description="A small example package",
author="Alex Lopes Pereira",
author_email="alexlopespereira@gmail.com",
url="https://github.com/alexlopespereira/etl_elk",
download_url="https://github.com/alexlopespereira/etl_elk/archive/0.0.11.tar.gz",
download_url="https://github.com/alexlopespereira/etl_elk/archive/0.0.12.tar.gz",
keywords=['elasticsearch', 'ETL'],
classifiers=[
'Development Status :: 3 - Alpha',
Expand All @@ -22,24 +22,24 @@
],
install_requires=[
'bleach==3.1.1',
'certifi==2019.11.28',
'certifi==2019.9.11',
'cffi==1.14.0',
'chardet==3.0.4',
'cryptography==2.8',
'docutils==0.16',
'elasticsearch==7.5.1',
'idna==2.9',
'elasticsearch==7.0.5',
'idna==2.8',
'importlib-metadata==1.5.0',
'jeepney==0.4.2',
'keyring==21.1.0',
'pkginfo==1.5.0.1',
'pycparser==2.19',
'Pygments==2.5.2',
'readme-renderer==24.0',
'requests==2.23.0',
'requests==2.22.0',
'requests-toolbelt==0.9.1',
'SecretStorage==3.1.2',
'six==1.14.0',
'six==1.12.0',
'tqdm==4.43.0',
'twine==3.1.1',
'urllib3==1.25.8',
Expand Down

0 comments on commit 70070af

Please sign in to comment.