summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Eliminate a unit test warning while running tests with earlier versions of ↵Chris Jerdonek2012-04-071-2/+18
| | | | | | | | Python.
* | Enabled the "use_2to3" keyword argument to setup().Chris Jerdonek2012-04-071-3/+11
| | | | | | | | | | Running `python setup.py test` with Python 2.7 runs all tests except for the spec tests and the doctests in the README file.
* | Enable use of `python setup.py test` with Distribute.Chris Jerdonek2012-04-071-0/+1
|/ | | | | | This change causes 308 of the 314 total unit tests to be run (and run successfully so) under Python 2.7. This is a first attempt. We still need to get the doctests included and running.
* Added maintainer field to setup.py.Chris Jerdonek2012-04-011-0/+1
|
* Bump version to release candidate v0.5.0-rc.Chris Jerdonek2012-04-011-1/+1
|
* Merge branch 'master' into 'development': v0.4.1 changesChris Jerdonek2012-03-301-2/+3
|\ | | | | | | | | | | | | | | | | Conflicts: HISTORY.rst README.rst examples/nested_context.py pystache/template.py setup.py
| * Bump version number from 0.4.0 to 0.4.1 in preparation for release.Chris Jerdonek2012-03-281-1/+1
| |
| * Added support for Python 2.4: issue #89 (wangtz) and issue #94 (jvantuyl).Chris Jerdonek2012-03-251-0/+2
| |
* | Tweaks to the setup.py docstring.Chris Jerdonek2012-03-091-4/+9
| |
* | Added documentation on how to push to PyPI.Chris Jerdonek2012-03-081-2/+24
| |
* | Merge branch 'master' into development (changes prepping for v0.4.0)Chris Jerdonek2012-03-081-1/+8
|\ \ | |/ | | | | | | Conflicts: setup.py
| * Added a module docstring to setup.py.Chris Jerdonek2012-03-081-1/+7
| |
| * updating manifest to 0.4.0 to reflect history.rsttalos2012-02-281-1/+1
| |
* | Put the code to create the package's long_description into a function.Chris Jerdonek2011-12-131-1/+13
| |
* | Made spacing more consistent in setup.py.Chris Jerdonek2011-12-131-1/+2
| |
* | Merge pull request #31 (2) "ok fail, forgot to add files."Chris Jerdonek2011-12-111-0/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: https://github.com/vrde/pystache/commit/4c22f137697c0a3437a6d867f44e958d6f6969f2 Into: issue_31 Added entry point to setup.py. Skipped changes related to "partials can be passed as a dictionary" because that was addressed as part of issue #47. Conflicts: setup.py
| * | ok fail, forgot to add files.vrde2011-08-041-0/+2
| |/
* | Merge pull request #29 (7) "consistent string types"Chris Jerdonek2011-12-101-6/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | From: https://github.com/kennethreitz/pystache/commit/6886173ce0694478b31b4e7acdb0bf0368167db2 Into: issue_29 The setup.py module now uses single quotes ("'") for all strings. Conflicts: setup.py
| * | consistent string typesKenneth Reitz2011-08-231-5/+5
| | |
* | | Merge pull request #29 (6) "pypi => the cheeseshop"Chris Jerdonek2011-12-101-1/+4
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | From: https://github.com/kennethreitz/pystache/commit/200ab9c3731a6f9baf8709c107fae0a5984d6b28 Into: issue_29 Adds "Cheeseshop" to the docstring for setup.py's publish() function. Conflicts: setup.py
| * | pypi => the cheeseshopKenneth Reitz2011-08-231-1/+3
| | |
* | | Merge pull request #29 (5) "setup.py cleanup"Chris Jerdonek2011-12-101-4/+8
|\ \ \ | |/ / | | / | |/ |/| | | | | | | From: https://github.com/kennethreitz/pystache/commit/43d504b5dbdb043cdfe9a87ffb4b3b239c130ab8 Into: issue_29 This commit includes a few tweaks to setup.py. The indentation of the arguments to setup() was left alone.
| * setup.py cleanupKenneth Reitz2011-08-231-15/+19
|/
* Optionally support setuptools/distributeChristopher Lambacher2011-04-041-1/+4
|
* v0.3.1v0.3.1Chris Wanstrath2010-05-071-1/+1
|
* bump versionChris Wanstrath2010-05-031-1/+1
|
* Convert HISTORY and README to reStructuredTextDamien Lebrun2010-03-291-0/+1
| | | | and use them setup's long_description argument.
* Add classifiersDamien Lebrun2010-03-291-1/+8
|
* whitespaceChris Wanstrath2010-02-151-2/+0
|
* `python setup.py publish`Chris Wanstrath2010-02-151-0/+14
|
* 0.2.0v0.2.0Chris Wanstrath2010-02-151-1/+1
|
* 0.1.1v0.1.1Chris Wanstrath2009-11-131-1/+1
|
* version tweaksv0.1.0Chris Wanstrath2009-11-121-2/+2
|
* add setup.py scriptChris Wanstrath2009-11-121-0/+13