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 52a9159 commit 95988fbCopy full SHA for 95988fb
CHANGELOG.md
@@ -5,6 +5,9 @@
5
### Features
6
1. [#161](https://github.com/influxdata/influxdb-client-python/pull/161): Added logging message for retries
7
8
+### Bug Fixes
9
+1. [#164](https://github.com/influxdata/influxdb-client-python/pull/164): Excluded tests from packaging
10
+
11
## 1.11.0 [2020-10-02]
12
13
setup.py
@@ -37,7 +37,7 @@
37
install_requires=requires,
38
extras_require={'extra': extra_requires, 'ciso': ciso_requires},
39
long_description_content_type="text/x-rst",
40
- packages=find_packages(),
+ packages=find_packages(exclude=('tests*',)),
41
test_suite='tests',
42
python_requires='>=3.6',
43
include_package_data=True,
0 commit comments