Commit Graph

130 Commits

Author SHA1 Message Date
David Gay 44cb54b378
update before repo archive 2020-05-13 19:40:27 -04:00
David Gay a1826a0e3c quick file updates for 2018 2018-02-10 17:02:42 -05:00
David Gay 88893d10c2 Fix broken project creation and release 0.7.1 2014-03-09 12:47:06 -04:00
David Gay b5268d314b Version bump to 0.7 2014-03-08 16:46:57 -05:00
David Gay dbd8b340bb Don\'t store setup.py info in .pythong config file. 2014-03-08 16:33:42 -05:00
David Gay f2d74e3de8 Merge branch 'feature/create-manifest' into develop 2014-03-08 16:10:42 -05:00
David Gay cbe54770dc Pythong now creates a blank manifest file. Close #26. 2014-03-08 16:10:32 -05:00
David Gay 6984f5f604 Actually gonna go for 0.7 until we have some testing and feedback. 2014-03-08 16:08:32 -05:00
David Gay bddc5aad49 Improve readme. 2014-03-08 10:44:24 -05:00
David Gay 9eacd18bb2 Start adding to changelog for version 1. 2014-03-08 10:39:12 -05:00
David Gay f4263ca67c Make a prompt clearer. 2014-03-08 10:34:36 -05:00
David Gay 74b25ddb31 Remove q logging... sigh 2014-03-08 10:27:27 -05:00
David Gay 3ead56f3e9 Remove readline from imports, since it is unused. 2014-03-08 10:25:35 -05:00
David Gay 0dd0b3c037 Merge branch 'master' into develop 2013-12-28 17:42:13 -05:00
David Gay d43ab98db4 Update changelog for 0.6.6 2013-11-22 13:28:46 -05:00
David Gay ebc6a7ce49 Version bump to 0.6.6. 2013-11-22 13:28:09 -05:00
David Gay e9842a84a1 Resolve the version importing problem. 2013-11-22 13:23:12 -05:00
David Gay cf8364e944 Get rid of old comment. 2013-11-21 22:06:44 -05:00
David Gay 9e44dd5596 Update changelog for 0.6.5 2013-11-21 15:43:38 -05:00
David Gay d582ef293f Version bump to 0.6.5 2013-11-21 15:42:19 -05:00
David Gay 9e8df60bfb Setup.py reads program version from __init__ file. Closes #28. Thanks, Pingou :D 2013-11-21 15:41:16 -05:00
David Gay 6489faf688 whoops 2013-11-19 17:35:39 -05:00
David Gay 53431ec571 Add changelog to manifest file. 2013-11-19 17:12:07 -05:00
David Gay 0ab7ee229b Bit late, but let's start a changelog. 2013-11-19 17:11:23 -05:00
David Gay e6019cb2fc Version bump to 0.6.4 2013-11-19 17:11:09 -05:00
David Gay d8187096ac Don't mv setup.py to setup.py.old if setup.py is empty. 2013-11-19 17:07:12 -05:00
David Gay 512e39d296 Fix email address in readme. 2013-09-30 13:40:34 -04:00
David Gay 15b360c6ff Version bump in setup.py to 0.6.3 for bugfix. 2013-09-21 15:45:27 -04:00
David Gay 46423552bf Fix bug that caused project creation to fail due to improperly-structured control structure. 2013-09-21 15:44:14 -04:00
David Gay e6427c2330 Merge pull request #25 from ryansb/feature/overlayable
If the project directory already exists ask the user if they want help switching to distribute
2013-07-30 07:54:58 -07:00
Ryan S. Brown 1f1d1128a8 If the project directory already exists...
...ask the user if they want help switching to distribute
2013-07-29 21:40:32 -05:00
David Gay 491f49d06b Version bump for PEP 8 string-writing with word wrap. 2013-07-29 16:54:02 -04:00
David Gay ef0d67c1a8 Merge pull request #24 from ryansb/feature/peph8rs
PEP8-ify descriptions
2013-07-29 07:28:55 -07:00
Ryan S. Brown f9f3d3051b Wrap strings on words 2013-07-28 20:23:31 -05:00
Ryan S. Brown 265fea090b wrap strings for description at 79 characters.
Does not word wrap, just cuts at the char limit.
2013-07-28 12:24:12 -05:00
David Gay a3d92a302e Version bump to 0.6.1 for bugfix. 2013-07-27 18:03:03 -04:00
David Gay e628ef4b81 Merge pull request #21 from ryansb/feature/early_classification
Fix #16 by letting people select both
2013-07-26 16:08:59 -07:00
David Gay 375208868a Merge pull request #20 from ryansb/hotfix/pypi_dist
Add distribute_setup.py to scripts
2013-07-26 16:08:22 -07:00
Ryan S. Brown 7eb4e52ba9 Fix #16 by letting people select both
"Topic :: Internet"
and
"Topic :: Internet :: WWW/HTTP"
2013-07-26 18:04:12 -05:00
Ryan S. Brown c83689aff2 Add distribute_setup.py to scripts 2013-07-26 08:45:45 -05:00
David Gay 98e172f3e5 Update email in readme author block. 2013-07-25 22:28:38 -04:00
David Gay 114835eaf8 fix stupid versioning and update email address 2013-04-07 16:51:54 -04:00
Ryan Brown bb61793442 Fix prompt_optionlist test.
The problem was passing a dict when fake_prompt_optionlist

Also using "new_callable" instead of "new" argument for @patch
2013-03-27 19:27:56 -04:00
oddshocks 3295edbfcc different things are not working with test... ryansb will examine 2013-03-27 17:44:02 -04:00
oddshocks 1c61084681 increment version number for new PyPI push 2013-03-27 13:18:31 -04:00
oddshocks a725c9c045 remove trailing :: from classifier additions 2013-03-27 13:15:16 -04:00
Ryan Brown 559a84ebe2 Fix oddshocks/pythong #14 2013-03-27 13:11:20 -04:00
Ryan Brown 62c858dbf1 Handle templates for 0 and 1 classifier/dependency properly.
Closes oddshocks/pythong #14

* ALWAYS end lines in a list with commas.
* Handling empty lists correctly
* Removing leading/trailing whitespace
2013-03-26 16:29:38 -04:00
Ryan Brown d2faa3c960 PEP8 fixes 2013-03-26 16:16:04 -04:00
David Gay 8b0a40fa05 blank string, not ",", when no keywords or requirements 2013-03-25 14:11:36 -04:00