Skip to content

Commit

Permalink
v0.1.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Voyz committed Aug 18, 2020
1 parent 275ef41 commit 4d83eff
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.0-alpha.4',
version = '0.1.0-alpha.5',
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 = 'voy1982@yahoo.co.uk',
url = 'https://github.com/Voyz/databay',
download_url = 'https://github.com/Voyz/databay/archive/v0.1.0-alpha.4.tar.gz',
download_url = 'https://github.com/Voyz/databay/archive/v0.1.0-alpha.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 4d83eff

Please sign in to comment.