-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaced newer python string manipulation expressions with regex
Splitted code in functions Simplified some parts with shorter statements Minor corrections to make the program compatible with python >=3.0
- Loading branch information
1 parent
8ec8c5b
commit 53669ac
Showing
5 changed files
with
316 additions
and
278 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = tufw | ||
version = 1.0.1 | ||
version = 1.1.0 | ||
author = Alessandro Campolo | ||
author_email = [email protected] | ||
description = Ufw terminal frontend based on dialog | ||
|
@@ -18,6 +18,7 @@ classifiers = | |
package_dir = | ||
= src | ||
packages = find: | ||
python_requires = >= 3.0 | ||
install_requires = | ||
pythondialog | ||
|
||
|
Oops, something went wrong.