-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added MANIFEST.in and upload project to PyPI
Signed-off-by: Óscar García Amor <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Include the license file | ||
include LICENSE | ||
|
||
# Include the requirements file | ||
include requirements.txt | ||
|
||
# Include the sample config file | ||
include sysdweb.conf |
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# Distributed under terms of the GNU GPLv3 license. | ||
|
||
NAME = 'sysdweb' | ||
VERSION = '1.1.1' | ||
VERSION = '1.1.2' | ||
AUTHOR_NAME = 'Óscar García Amor' | ||
AUTHOR_EMAIL = '[email protected]' | ||
DESCRIPTION = 'Control systemd services through Web or REST API' | ||
|