We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcf3f1 commit 7585cc8Copy full SHA for 7585cc8
1 file changed
setup.py
@@ -28,6 +28,7 @@ def get_long_description() -> str:
28
license="LGPLv3",
29
url="https://github.com/roaldnefs/python-transip",
30
packages=find_packages(),
31
+ include_package_data=True,
32
install_requires=["requests>=2.25.1"],
33
python_requires=">=3.6.12",
34
entry_points={},
@@ -44,4 +45,4 @@ def get_long_description() -> str:
44
45
"Programming Language :: Python :: 3.9",
46
],
47
extras_require={},
-)
48
+)
0 commit comments