Commit graph

7 commits

Author SHA1 Message Date
Alexis Metaireau
b8377f50c9 Merge pull request #250 from AndreaCrotti/argparse
- remove default=None with argparse is redundant since it's the
2012-03-15 14:06:12 -07:00
Andrea Crotti
d01606e86d remove unused class _dict 2012-03-14 20:06:13 +00:00
Andrea Crotti
ec31832c5c - reorganize imports and remove unused import
- remove trailing spaces at the end of the generated files
2012-03-14 20:04:58 +00:00
Andrea Crotti
4bac1ee745 - remove default=None with argparse is redundant since it's the
default value already.
- use the argparse.ArgumentDefaultsHelpFormatter as the
  formatter_class, to print out automatically the default values
2012-03-14 19:54:28 +00:00
m-r-r
fd1fbca520 Removed small errors in pelican-quickstart 2012-03-10 12:25:05 +01:00
Andrea Crotti
8f7b08a01c remove now useless if __name__ == '__main__' checks and clean up the
old pelican script in bin
2012-03-07 10:38:08 +00:00
Andrea Crotti
8009324a3b restructure the whole way scripts are created, using setuptools magic
to take care of creating .exe wrappers for windows.

To make this work needed to
- rename modules with a "-" in it (not a valid name)
- add an __init__.py to the tools directory
- create an entry point dictionary which stores the right associations
2012-03-07 10:33:46 +00:00
Renamed from tools/pelican-quickstart (Browse further)