-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Henri
committed
Nov 19, 2022
1 parent
7db223b
commit cf03801
Showing
2 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
setup_kwargs = { | ||
'name': 'wgconfig', | ||
'version': '0.2.3', | ||
'version': '0.3.0', | ||
'author': 'Dirk Henrici', | ||
'author_email': '[email protected]', | ||
'description': 'parsing and writing WireGuard configuration files', | ||
|
@@ -19,8 +19,7 @@ | |
'Programming Language :: Python', | ||
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', | ||
'Operating System :: POSIX :: Linux', | ||
'Development Status :: 4 - Beta', | ||
#'Development Status :: 5 - Production/Stable', | ||
'Development Status :: 5 - Production/Stable', | ||
'Intended Audience :: System Administrators', | ||
'Intended Audience :: Developers', | ||
'Intended Audience :: Information Technology' | ||
|