summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAge
* Distribute fork merged into setuptoolskennyballou2013-08-23
|
* Wait, It's already 2013?!kennyballou2013-03-10
|
* Move version and dev statuskennyballou2013-03-01
|
* Add extension to READMEkennyballou2013-03-01
|
* Refactor Versioningkennyballou2013-03-01
| | | | | Xnt now has a version module that all other modules shall use when requesting version information
* Increment Version -- Remove Dev Tagkennyballou2013-02-21
|
* Merge branch 'rewrite_xenant'kennyballou2013-02-21
|\
| * Rename runner back to xenantkennyballou2013-02-14
| |
| * Refactor, Fix, and Further hack Xenant's rewritekennyballou2013-02-01
| | | | | | | | | | | | | | My first hack toward this (major) refactor had a number of mistakes that were (hopefully) corrected. I intend to now write tests for these (may require a bit more refactoring...). But there is also probably a lot more that needs to be done for this.
* | Fix linkkennyballou2013-02-01
|/
* Increment Version -- Add release noteskennyballou2013-01-25
|
* Increment Version. Update Release Noteskennyballou2013-01-21
|
* Increment Versionkennyballou2013-01-10
|
* Move version forwardkennyballou2012-11-07
|
* Move version forwardkennyballou2012-10-29
|
* Add python 2.7 and 3 classifiers to setup.pykennyballou2012-10-29
|
* Move version forwardkennyballou2012-10-29
|
* Add license preamle/ headers to all ``.py`` fileskennyballou2012-10-26
|
* Move version forwardkennyballou2012-10-24
|
* Move revisionkennyballou2012-10-23
|
* Add tests for taskskennyballou2012-10-23
|
* Update versionkennyballou2012-10-22
|
* Remove (depricated) options, add classifierskennyballou2012-10-22
|
* Rename README, Convert to reStructured Textkennyballou2012-10-16
|
* Update setup to use `distribute`kennyballou2012-10-16
|
* Add windows supportkennyballou2012-10-16
| | | | | | | Windows was having issues finding the entry_points and some other implementation ideas were having package including conflicts. Update MANIFEST.in, there are no longer any root `py` files to include.
* Migrate setup to use setuptools over distutilskennyballou2012-10-10
| | | | | | | | Setuptools allows me to specify, clearly, script entry_points so that I don't have to have a manual step to do this. Removed line to copy README.markdown to README and instead added it to the MANIFEST template
* Add setup fileskennyballou2012-10-08