Skip to content

Commit

Permalink
Updated kivyauth version
Browse files Browse the repository at this point in the history
  • Loading branch information
shashi278 committed Nov 8, 2020
1 parent 1b7044c commit d46950c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@

setup(
name="KivyAuth",
version="2.1",
version="2.2",
packages=["kivyauth"],
package_data={"kivyauth": ["*.py"],},
package_data={
"kivyauth": ["*.py"],
},
# metadata to display on PyPI
author="Shashi Ranjan",
author_email="[email protected]",
Expand All @@ -21,6 +23,8 @@
"License :: OSI Approved :: MIT License",
"Operating System :: Android",
],
install_requires=["kivy",],
install_requires=[
"kivy",
],
python_requires=">=3.6",
)

0 comments on commit d46950c

Please sign in to comment.