Skip to content

Commit

Permalink
v0.0.3: Added topics
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddhantSadangi committed Aug 2, 2023
1 parent e3fd7ec commit c83de72
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 @@ -40,9 +40,12 @@ def get_version(rel_path):
"Operating System :: OS Independent",
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Database",
"Topic :: Database :: Front-Ends",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: User Interfaces",
],
keywords=["streamlit", "supabase", "connection", "integration"],
python_requires=">=3.8",
install_requires=["streamlit>=1.2", "supabase"],
install_requires=["streamlit", "supabase"],
)

0 comments on commit c83de72

Please sign in to comment.