Skip to content

Commit 0fd11af

Browse files
authored
fix: requirements file should be in sources distribution (#58)
1 parent bf83b89 commit 0fd11af

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
### Bugs
1010
1. [#56](https://github.com/influxdata/influxdb-client-python/pull/56): Fix default tags for write batching, added new test
11+
1. [#58](https://github.com/influxdata/influxdb-client-python/pull/58): Source distribution also contains: requirements.txt, extra-requirements.txt and test-requirements.txt
1112

1213
## 1.3.0 [2020-01-17]
1314

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
test_suite='tests',
3939
python_requires='>=3.6',
4040
include_package_data=True,
41+
data_files=['requirements.txt', 'extra-requirements.txt', 'test-requirements.txt'],
4142
classifiers = [
4243
'Development Status :: 4 - Beta',
4344
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)