File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,11 @@ def get_subpackages(name):
52
52
setup (
53
53
name = NAME ,
54
54
version = __version__ ,
55
- description = '%s distribution tools, including WPPM'
56
- % PROJECT_NAME ,
57
- long_description = """%s is a portable distribution of the Python programming language
55
+ description = f'{ PROJECT_NAME } distribution tools, including WPPM' ,
56
+ long_description = f"""{ PROJECT_NAME } is a portable distribution of the Python programming language
58
57
for Windows. It is a full-featured Python-based scientific environment, :
59
- including a package manager, WPPM."""
60
- % PROJECT_NAME ,
61
- download_url = '%s/files/%s-%s.zip'
62
- % (__project_url__ , NAME , __version__ ),
58
+ including a package manager, WPPM.""" ,
59
+ download_url = f'{ __project_url__ } /files/{ NAME } -{ __version__ } .zip' ,
63
60
author = "Pierre Raybaut" ,
64
61
author_email = 'pierre.raybaut@gmail.com' ,
65
62
url = __project_url__ ,
You can’t perform that action at this time.
0 commit comments