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 91b4c0e commit 3332dd4Copy full SHA for 3332dd4
setup.py
@@ -21,7 +21,7 @@
21
maintainer_email="[email protected]",
22
url="https://github.com/atlassian-api/atlassian-python-api",
23
keywords="atlassian jira core software confluence bitbucket bamboo crowd portfolio tempo servicedesk rest api",
24
- packages=find_packages(),
+ packages=find_packages(include=["atlassian*"]),
25
package_dir={"atlassian": "atlassian"},
26
include_package_data=True,
27
zip_safe=False,
0 commit comments