summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Bumping version number.Kevin Carrogan2014-05-091-1/+1
|
* Make setup.py print to stderr instead of stdout in at least one case.Chris Jerdonek2012-11-041-1/+1
| | | | | This helps when piping the output of `python setup.py --long-description` to other programs like rst2html.py.
* Update the release date.Chris Jerdonek2012-11-031-1/+1
|
* Bump version to 0.5.3 in preparation for push to PyPI.Chris Jerdonek2012-11-031-1/+1
|
* Add Python 3.3 support to documentation (but not to the Tox configuration).Chris Jerdonek2012-10-201-0/+1
|
* Bump version to 0.5.3-rc prior to merge to master.Chris Jerdonek2012-10-201-1/+1
|
* Refactor reST conversion code in setup.py and strip HTML.Chris Jerdonek2012-09-231-42/+78
|
* Simplify the setup conversion code a bit more.Chris Jerdonek2012-09-221-16/+19
|
* Change convert_md_to_rst() to return the converted text.Chris Jerdonek2012-09-221-7/+9
|
* Move convert_md_to_rst() function.Chris Jerdonek2012-09-221-26/+26
|
* Start refactoring Markdown-to-reST conversion code in setup.py.Chris Jerdonek2012-09-221-11/+13
|
* Add instructions re: checking the reST file for PyPI.Chris Jerdonek2012-09-181-1/+17
|
* Remove the --force2to3 option from setup.py.Chris Jerdonek2012-07-231-20/+6
| | | | | | See this link for the underlying reason: https://bitbucket.org/tarek/distribute/issue/292/allow-use_2to3-with-python-2
* Add PyPy to Trove classifier in setup().Chris Jerdonek2012-06-291-0/+1
|
* Bump version to v0.5.3-alpha.Chris Jerdonek2012-06-291-1/+1
|
* Merge branch 'master' into developmentChris Jerdonek2012-06-291-1/+1
|\
| * Bump version to 0.5.2 prior to push to PyPI.v0.5.2Chris Jerdonek2012-05-061-1/+1
| |
* | Address issue #121: improve the 2to3 conversion experience.Chris Jerdonek2012-05-221-15/+39
| |
* | Add code comment to setup.py re: setup() arguments.Chris Jerdonek2012-05-191-1/+9
| |
* | Fixed MANIFEST.in; setup.py now provides an error message about pandoc.Chris Jerdonek2012-05-141-3/+11
| |
* | Tweaked comment at top of converted reST file.Chris Jerdonek2012-05-061-1/+2
| |
* | Added a check to setup publish to confirm that setup_description.rst is ↵Chris Jerdonek2012-05-061-9/+35
| | | | | | | | up-to-date.
* | Fixed picture caption.Chris Jerdonek2012-05-061-1/+1
| |
* | Completed `python setup.py prep` command to generate .rst from .md.Chris Jerdonek2012-05-061-21/+98
| |
* | Added user confirmation to publish script.Chris Jerdonek2012-05-061-4/+9
|/
* Bumped version from 0.5.2-rc to 0.5.2-rc.1.Chris Jerdonek2012-05-041-1/+1
|
* Bump version from v0.5.1 to v0.5.2-rc prior to merge to master.Chris Jerdonek2012-05-031-1/+1
|
* Added commands for tagging to setup.py.Chris Jerdonek2012-04-251-7/+23
|
* Bump version from 0.5.1-rc to 0.5.1 prior to release to PyPI.v0.5.1Chris Jerdonek2012-04-251-1/+1
|
* Finalizing v0.5.1 prior to merge to master, bump version to 0.5.1-rc.Chris Jerdonek2012-04-241-1/+1
|
* Test scripts now work with and without source.Chris Jerdonek2012-04-241-1/+1
|
* Fixed an issue whereby setup.py was not importable when running tox.Chris Jerdonek2012-04-231-3/+3
|
* Changes in preparation for 0.5.1.Chris Jerdonek2012-04-231-6/+3
|
* Removed from setup.py's package_data some unnecessary files.Chris Jerdonek2012-04-211-8/+0
|
* Included some missing files in setup.py.Chris Jerdonek2012-04-211-1/+3
|
* Updated PACKAGES in setup.py to reflect the examples/ move.Chris Jerdonek2012-04-161-1/+0
|
* Added pystache-test as a console script entry point in setup.py.Chris Jerdonek2012-04-141-1/+7
|
* Moved commands.py into a commands sub-package.Chris Jerdonek2012-04-131-1/+1
|
* Separated out the classifiers.Chris Jerdonek2012-04-111-13/+15
|
* Included license text in project description.Chris Jerdonek2012-04-111-4/+30
|
* Added a main() function to setup.py for more flexibility in organizing its ↵Chris Jerdonek2012-04-111-44/+50
| | | | functions.
* Merge branch 'master' into 'development': after releasing v0.5.0 to PyPIChris Jerdonek2012-04-111-2/+2
|\ | | | | | | | | | | Conflicts: pystache/init.py setup.py
| * Bump version from 0.5.0-rc to 0.5.0 prior to PyPI release: issue #101v0.5.0Chris Jerdonek2012-04-101-1/+1
| |
* | Added support for Python 3.1 to setup.py.Chris Jerdonek2012-04-101-0/+1
| |
* | Added documentation re: tox.Chris Jerdonek2012-04-101-0/+1
| |
* | Got tox working with Python 2.4 through 3.2 (2.4, 2.5, 2.6, 2.7, 3.2).Chris Jerdonek2012-04-101-8/+45
| |
* | Setup.py formatting.Chris Jerdonek2012-04-091-4/+5
| |
* | Changes to setup.py: spec test files now included when testing with Python 3.Chris Jerdonek2012-04-091-10/+18
| |
* | More Python 3 unit test fixes; README doctests also now working.Chris Jerdonek2012-04-081-0/+4
| |
* | The 2to3 tool now runs automatically when running unit tests under Python 3.Chris Jerdonek2012-04-071-1/+1
| | | | | | | | Still need to get spec tests and README doctests working though.