-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use pre instead of ~pre suffix for pre-release versions
Because Setup Tools doesn't support the ~pre suffix anymore: - https://stackoverflow.com/a/75671981/470844 - pypa/setuptools#3772 (comment)
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -82,7 +82,7 @@ def run(self): | |
self.spawn(["glib-compile-schemas", gschema_dir]) | ||
|
||
setup(name = "f.lux indicator applet", | ||
version = "2.0.1~pre", | ||
version = "2.0.1pre", | ||
description = "f.lux indicator applet - better lighting for your computer", | ||
author = "Kilian Valkhof, Michael and Lorna Herf, Josh Winters", | ||
author_email = "[email protected]", | ||
|