Skip to content

Commit 5d716fe

Browse files
committed
Added MANIFEST.in and upload project to PyPI
Signed-off-by: Óscar García Amor <[email protected]>
1 parent edadc16 commit 5d716fe

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

MANIFEST.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Include the license file
2+
include LICENSE
3+
4+
# Include the requirements file
5+
include requirements.txt
6+
7+
# Include the sample config file
8+
include sysdweb.conf

sysdweb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Distributed under terms of the GNU GPLv3 license.
77

88
NAME = 'sysdweb'
9-
VERSION = '1.1.1'
9+
VERSION = '1.1.2'
1010
AUTHOR_NAME = 'Óscar García Amor'
1111
AUTHOR_EMAIL = '[email protected]'
1212
DESCRIPTION = 'Control systemd services through Web or REST API'

0 commit comments

Comments
 (0)