Skip to content

Commit

Permalink
fix copy / paste issues in setup.py (#64)
Browse files Browse the repository at this point in the history
* fix copy / paste issues in setup.py

* bump version
  • Loading branch information
matin authored Mar 10, 2021
1 parent 309dbd9 commit 3c6f1f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agave/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.2'
__version__ = '0.1.3'
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@
url='https://github.com/cuenca-mx/agave',
packages=find_packages(),
include_package_data=True,
package_data=dict(cuenca_validations=['py.typed']),
package_data=dict(agave=['py.typed']),
python_requires='>=3.8',
install_requires=[
'chalice>=1.16.0,<1.22.2',
'cuenca-validations>=0.7,<0.9',
'blinker>=1.4,<1.5',
'mongoengine>=0.20.0,<0.23.0',
'dnspython>=2.0.0,<2.2.0',
'dataclasses>=0.6;python_version<"3.7"',
],
classifiers=[
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit 3c6f1f5

Please sign in to comment.