Skip to content

Commit 3332dd4

Browse files
Spacetowngonchik
authored andcommitted
Remove tests folder from release. (#934)
1 parent 91b4c0e commit 3332dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
maintainer_email="[email protected]",
2222
url="https://github.com/atlassian-api/atlassian-python-api",
2323
keywords="atlassian jira core software confluence bitbucket bamboo crowd portfolio tempo servicedesk rest api",
24-
packages=find_packages(),
24+
packages=find_packages(include=["atlassian*"]),
2525
package_dir={"atlassian": "atlassian"},
2626
include_package_data=True,
2727
zip_safe=False,

0 commit comments

Comments
 (0)