Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
deprecated download_url
  • Loading branch information
Voyz committed Sep 29, 2020
1 parent 0e3f92c commit cad9e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
setup(
name = 'databay',
packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests", "examples", "docs", "out", "dist"]),
version = '0.1.5',
version = '0.1.6',
license='Apache-2.0',
description = 'Databay is a Python interface for scheduled data transfer. It facilitates transfer of (any) data from A to B, on a scheduled interval.',
long_description=long_description,
long_description_content_type="text/markdown",
author = 'Voy Zan',
author_email = '[email protected]',
url = 'https://github.com/Voyz/databay',
download_url = 'https://github.com/Voyz/databay/archive/v0.1.5.tar.gz',
# download_url = 'https://github.com/Voyz/databay/archive/v0.1.5.tar.gz',
keywords = ['data transfer', 'data production', 'data consumption', 'schedule', 'scheduled data transfer', 'scheduled transfer', 'data flow', 'repeated data transfer'],
install_requires=[
'APScheduler<4.0.0',
Expand Down

0 comments on commit cad9e7a

Please sign in to comment.