Skip to content

Commit 7585cc8

Browse files
committed
Update setup.py to install data files in the package
Signed-off-by: Roald Nefs <info@roaldnefs.com>
1 parent cdcf3f1 commit 7585cc8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def get_long_description() -> str:
2828
license="LGPLv3",
2929
url="https://github.com/roaldnefs/python-transip",
3030
packages=find_packages(),
31+
include_package_data=True,
3132
install_requires=["requests>=2.25.1"],
3233
python_requires=">=3.6.12",
3334
entry_points={},
@@ -44,4 +45,4 @@ def get_long_description() -> str:
4445
"Programming Language :: Python :: 3.9",
4546
],
4647
extras_require={},
47-
)
48+
)

0 commit comments

Comments
 (0)