Skip to content

Commit

Permalink
adding dependencies to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
graydenshand committed Jul 16, 2020
1 parent 473e90b commit 6ad3a99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@

setuptools.setup(
name="redisevents",
version="0.0.3",
version="0.0.5",
author="Grayden Shand",
author_email="graydenshand@gmail.com",
description="A small package for building a microservice event system in python with redis",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/graydenshand/redisevents",
packages=setuptools.find_packages(),
install_requires=[
"redis"
],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 6ad3a99

Please sign in to comment.