Skip to content

Commit

Permalink
Fixed setup
Browse files Browse the repository at this point in the history
  • Loading branch information
stavrostheocharis committed Feb 5, 2024
1 parent 7c16f43 commit 10fdc9c
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
setup(
name="weather_data_retriever",
packages=find_packages(exclude="tests"),
version="0.1.0",
version="0.2.0",
license=license,
description="Weather data retriever",
long_description=long_description,
Expand Down Expand Up @@ -37,21 +37,4 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
)


[github_badge]: https://badgen.net/badge/icon/GitHub?icon=github&color=black&label

[github_link]: https://github.com/stavrostheocharis/easy_explain

[pypi_badge]: https://badge.fury.io/py/easy-explain.svg

[pypi_link]: https://pypi.org/project/easy-explain/

[download_badge]: https://badgen.net/pypi/dm/easy-explain

[download_link]: https://pypi.org/project/easy-explain/#files

[licence_badge]: https://img.shields.io/github/license/stavrostheocharis/streamlit-token-craft

[licence_link]: LICENSE
)

0 comments on commit 10fdc9c

Please sign in to comment.