Éric Araujo
|
ca9460324a
|
Remove redundant __main__ blocks from packaging modules.
The one interface we commit to maintain is the run module
(a.k.a. the pysetup script).
|
2011-11-06 11:38:58 +01:00 |
Éric Araujo
|
bab50cb124
|
Minor packaging cleanup.
- Use shortcut dist.version instead of going through metadata;
- Use %r throughout to display project names and paths.
|
2011-07-29 02:37:21 +02:00 |
Éric Araujo
|
df8ef02488
|
Style change in packaging: use “not in” over “not x in”.
Such tests are IMO easier to read if both operators are grouped.
|
2011-06-08 04:47:13 +02:00 |
Éric Araujo
|
46bdcf7d4b
|
Packaging: always use repr to display project names.
This helps debugging in case of trailing blanks and such things.
|
2011-06-08 04:40:13 +02:00 |
Éric Araujo
|
3cab2f150c
|
Packaging cleanup: normalize print calls.
Namely: use default arguments instead of explicit empty string; use multiple
arguments instead of building strings.
|
2011-06-08 04:10:57 +02:00 |
Tarek Ziade
|
1231a4e097
|
initial import of the packaging package in the standard library
|
2011-05-19 13:07:25 +02:00 |