Skip to content

Commit

Permalink
Exclude tests from installation
Browse files Browse the repository at this point in the history
  • Loading branch information
qha committed Apr 24, 2019
1 parent b83aa24 commit c643ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Removed the format parameter from `get_credentials` method [PR 85](https://github.com/greenbone/python-gvm/pull/85)
* Removed the task_id and nvt_oid parameters from `get_notes` and
`get_overrides` methods [PR 85](https://github.com/greenbone/python-gvm/pull/85)
* Excluded tests from installation [PR 119](https://github.com/greenbone/python-gvm/pull/119)

### Fixed
* Fixed sending resource id in `modify_tag` [PR 88](https://github.com/greenbone/python-gvm/pull/88)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/greenbone/python-gvm',
packages=find_packages(),
packages=find_packages(exclude=['tests']),
install_requires=['paramiko', 'lxml', 'defusedxml'],
python_requires='>=3.5',
classifiers=[
Expand Down

0 comments on commit c643ff3

Please sign in to comment.