Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhwadekar committed Mar 12, 2023
1 parent a25a825 commit 1b880ce
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 @@ -6,14 +6,14 @@

setup(
name = "flet_route",
version = "0.1.3",
version = "0.1.4",
author="Saurabh Wadekar [ INDIA ]",
packages=["flet_route"],
license="MIT",
requires=["flet","repath"],
maintainer="Saurabh Wadekar",
maintainer_email="saurabhwadekar420@gmail.com",
keywords=["flet","routing","flet simple routing"],
keywords=["flet","routing","flet_route","routes","flet app","flet-route","flet simple routing"],
description="This makes it easy to manage multiple views with dynamic routing.",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 1b880ce

Please sign in to comment.