diff --git a/setup.py b/setup.py index e9f738b..b98b712 100644 --- a/setup.py +++ b/setup.py @@ -5,13 +5,15 @@ setuptools.setup( name="simple_dwd_weatherforecast", - version="2.0.5", + version="2.0.6", author="Max Fermor", description="A simple tool to retrieve a weather forecast from DWD OpenData", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/FL550/simple_dwd_weatherforecast.git", packages=setuptools.find_packages(), + package_data={'': ['stations.json']}, + include_package_data=True, classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",