Skip to content

Commit

Permalink
Include stations.json to package
Browse files Browse the repository at this point in the history
  • Loading branch information
FL550 committed Jun 30, 2023
1 parent 3dabfd8 commit 47b6dda
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
Expand Up @@ -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",
Expand Down

0 comments on commit 47b6dda

Please sign in to comment.