Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
Fix classifier in setup.py
Browse files Browse the repository at this point in the history
Update Pipfile.lock
  • Loading branch information
jjnicola committed Oct 14, 2019
1 parent c0de920 commit 953d100
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 96 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix target_to_ipv4_short(). [#99](https://github.com/greenbone/ospd/pull/99)
- Handle write error if the client disconnects abruptly. [#135](https://github.com/greenbone/ospd/pull/135)
- Improve error handling when sending data. [#147](https://github.com/greenbone/ospd/pull/147)
- Fix classifier in setup.py. [#154](https://github.com/greenbone/ospd/pull/154)

[2.0.0]: https://github.com/greenbone/ospd/compare/v1.3.2...v2.0.0

Expand Down
189 changes: 94 additions & 95 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
'Topic :: Software Development :: Build Tools',

# Pick your license as you wish (should match "license" above)
'License :: OSI Approved :: GNU General Public License v2 or any later version (GPLv2+)'
'License :: OSI Approved :: GNU General Public License v2 or any later version (GPLv2+)',

# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
Expand Down

0 comments on commit 953d100

Please sign in to comment.