mirror of
https://github.com/towalink/wgfrontend.git
synced 2025-12-20 09:46:18 +00:00
Update README and prepare release
This commit is contained in:
4
setup.py
4
setup.py
@@ -7,7 +7,7 @@ with open('README.md', 'r') as f:
|
||||
|
||||
setup_kwargs = {
|
||||
'name': 'wgfrontend',
|
||||
'version': '0.2.2',
|
||||
'version': '0.3.0',
|
||||
'author': 'The Towalink Project',
|
||||
'author_email': 'pypi.wgfrontend@towalink.net',
|
||||
'description': 'web-based user interface for configuring WireGuard for roadwarriors',
|
||||
@@ -19,7 +19,7 @@ setup_kwargs = {
|
||||
'include_package_data': True,
|
||||
'install_requires': ['cherrypy',
|
||||
'jinja2',
|
||||
'qrcode',
|
||||
'qrcode[pil]',
|
||||
'wgconfig'
|
||||
],
|
||||
'entry_points': '''
|
||||
|
||||
Reference in New Issue
Block a user