summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* setup: switch to attr: syntax for version specificationOlly Cope2022-10-051-26/+1
* Move setuptools metadata into setup.cfg and add classifiersOlly Cope2018-06-121-41/+2
* setup: remove changelog from PyPI long descriptionOlly Cope2018-06-111-1/+1
* Revert psycopg2 version pinningOlly Cope2018-06-081-1/+1
* Merge support for extra postgresql connect args (PR#12)Olly Cope2018-06-081-1/+1
|\
| * Replace python-slugify dependency to get rid of transitive GPL dependency uni...Olivier Ch?dru2017-11-101-1/+1
* | Support passing extra connect args to psycopg2 driver.Modestas Vainius2017-09-121-1/+1
|/
* Add pypi keywordsOlly Cope2015-11-131-0/+2
* Add bitbucket repo link to setuptools metadataolly2015-09-051-0/+1
* Rename console script to 'yoyo'. 'yoyo-migrate' retained for compatibilityolly2015-09-041-1/+2
* Remove ExtendedInterpolation. Not compatible with iniherit on python 2.7olly2015-09-031-9/+0
* Improve config parsing with configparser.ExtendedInterpolation and iniheritolly2015-09-031-1/+5
* Switch mysql backend to use PyMySQLolly2015-09-021-1/+1
* Add 'new' commandolly2015-09-011-1/+1
* Fix entry point for cli scriptolly2015-08-281-1/+1
* Fix PEP8 violationolly2015-08-191-1/+1
* Change license to Apacheolly2015-08-181-1/+15
* ODBC support, added some nosetest after code reviewEugene Klimov2014-04-031-3/+2
* adding support ODBC connection schema, dos2unix recode setup.pyEugene Klimov2014-04-021-54/+54
* adding support ODBC connection schemaEugene Klimov2014-04-021-52/+54
* Switch arg parsing to argparse and fix py3 compat bugsolly2014-02-021-1/+8
* Removed unicode markers (u'...') that break py32 and aren't needed anywayolly2014-02-021-2/+2
* Switched back to setuptools.find_packages to populate setup.py metadataolly2013-06-271-2/+2
* Moved version number info into yoyo.__version__olly2013-04-151-4/+12
* Tidied up and linted setup.pyolly2013-04-151-25/+7
* Rename README/CHANGELOG with bitbucket friendly extensionsolly2013-04-151-1/+1
* Updated setup and fabfileoliver2011-07-141-1/+1
* Fixed README.txt path in setup.py, pulled CHANGELOG.txt into long_descriptionoliver2010-09-241-1/+1
* Read version number from VERSION.txtoliver2010-09-241-2/+1
* Require sqlite3 for testsoliver2010-09-091-0/+3
* Removed dependency link for MySQLdboliver2010-09-031-1/+0
* Use console_scripts entrypoint in preference to scripts=[] in setup.pyoliver2010-04-261-1/+5
* Add ez_setup scaffolding for setuptoolsoliver2010-04-261-0/+2
* updated setup.py with version identifier and other package infooliver2010-02-221-8/+21
* Removed namespace package declaration in setup.pyoliver2010-02-211-1/+0
* Added/updated package filesoliver2010-02-211-3/+2
* Moved script location to separate script directoryoliver2010-02-211-1/+1
* Change python package name in setup.pyoliver2009-06-251-1/+1
* Fix minor problems with setuptools packagingoliver2009-06-041-5/+3
* Rename to yoyo-migrate, remove storm dependency and improve reliability and f...oliver2009-05-231-7/+21
* removed unnecessary files from repooliver2008-12-041-1/+1
* remove mysql dependency.oliver2008-12-011-1/+0
* add setup.pyoliver2008-12-011-0/+26