Skip to content

Commit

Permalink
Fix package name in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneofghosts authored Jan 11, 2025
1 parent fc79ad5 commit 11ed070
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 @@ -11,7 +11,7 @@
repo_url = "https://github.com/Pirate-Weather/pirate-weather-python"
setup(
version=__version__,
name="pirate-weather-python",
name="pirateweather",
packages=find_packages(),
install_requires=["requests==2.32.3", "pytz==2024.2", "aiohttp==3.11.11"],
description="The Pirate Weather API wrapper",
Expand All @@ -25,7 +25,7 @@
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries :: Python Modules",
],
)

0 comments on commit 11ed070

Please sign in to comment.