Skip to content

Commit 2c49872

Browse files
Add confluence library
1 parent cbec324 commit 2c49872

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='confluence_library',
8-
version="1.0.5",
8+
version="1.0.6",
99
description='',
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
@@ -14,6 +14,7 @@
1414
author='Dmitrij Waskowski',
1515
author_email='',
1616

17+
package_dir={'': 'src'},
1718
packages=find_packages(where='src'),
1819

1920
install_requires=[

0 commit comments

Comments
 (0)