Skip to content

Commit

Permalink
Added long description
Browse files Browse the repository at this point in the history
  • Loading branch information
CSutter5 committed Nov 1, 2023
1 parent df763ae commit 37d9f2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from setuptools import setup, find_packages


setup(
name='NWS_Weather',
version='1',
version='1.0.1',
packages=find_packages(),
install_requires=[
'requests',
Expand All @@ -12,5 +13,6 @@
author='Colin Sutter',
author_email='[email protected]',
description='A package for retrieving weather data from the National Weather Service',
long_description=open('README.md').read(),
url='https://github.com/Pizzarules668/NWS-Weather',
)

0 comments on commit 37d9f2e

Please sign in to comment.