mirror of
https://github.com/towalink/wgfrontend.git
synced 2025-04-19 08:55:11 +00:00
Prepare PyPi release
This commit is contained in:
parent
73b8bdf0c8
commit
4ae6bed7be
18
CHANGELOG.md
18
CHANGELOG.md
@ -10,12 +10,28 @@ All notable changes to this project are documented in this file.
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Improve button naming when adding new client
|
- n/a
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- n/a
|
- n/a
|
||||||
|
|
||||||
|
## [0.2.2] - 2020-12-02
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Also add webroot and templates in PyPi package
|
||||||
|
|
||||||
|
## [0.2.1] - 2020-12-02
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Improve button naming when adding new client
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- PyPi packaging
|
||||||
|
|
||||||
## [0.2.0] - 2020-11-26
|
## [0.2.0] - 2020-11-26
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
3
MANIFEST.in
Normal file
3
MANIFEST.in
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
include LICENSE
|
||||||
|
recursive-include src/wgfrontend/templates *
|
||||||
|
recursive-include src/wgfrontend/webroot *
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ with open('README.md', 'r') as f:
|
|||||||
|
|
||||||
setup_kwargs = {
|
setup_kwargs = {
|
||||||
'name': 'wgfrontend',
|
'name': 'wgfrontend',
|
||||||
'version': '0.2.1',
|
'version': '0.2.2',
|
||||||
'author': 'The Towalink Project',
|
'author': 'The Towalink Project',
|
||||||
'author_email': 'pypi.wgfrontend@towalink.net',
|
'author_email': 'pypi.wgfrontend@towalink.net',
|
||||||
'description': 'web-based user interface for configuring WireGuard for roadwarriors',
|
'description': 'web-based user interface for configuring WireGuard for roadwarriors',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user