Skip to content

Commit

Permalink
fix: requirements file should be in sources distribution (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar authored Feb 12, 2020
1 parent bf83b89 commit 0fd11af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

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

## 1.3.0 [2020-01-17]

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
test_suite='tests',
python_requires='>=3.6',
include_package_data=True,
data_files=['requirements.txt', 'extra-requirements.txt', 'test-requirements.txt'],
classifiers = [
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 0fd11af

Please sign in to comment.