summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)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
| | | | I don't think this is needed, we can function with older versions
* 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 ↵Olivier Ch?dru2017-11-101-1/+1
| | | | | | | | unidecode
* | Support passing extra connect args to psycopg2 driver.Modestas Vainius2017-09-121-1/+1
|/ | | | | | | | | | The patch was written to support sslmode parameter. Also switch to kwargs way of passing connect parameters (as of psycopg2 v2.7) as this is way more rubust so passwords with e.g. space character are supported as well. Finally, clone dburi arguments in database drivers rather than extend them directly. This made test_connections test fail once postgres was switched to kwargs.
* 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
| | | | MySQLdb is not Python 3 compatible
* 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
| | | | | I forgot to include the yoyo.scripts package in the last release. This should stop this kind of thing happening again.
* 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
| | | | Ignore-this: d5593979f3dd2d41185be982fe788a8d
* Fixed README.txt path in setup.py, pulled CHANGELOG.txt into long_descriptionoliver2010-09-241-1/+1
| | | | Ignore-this: 9cca533fa0254920ea72d060b57110fb
* Read version number from VERSION.txtoliver2010-09-241-2/+1
| | | | Ignore-this: b79b962185f92bea50e191f7af36db46
* Require sqlite3 for testsoliver2010-09-091-0/+3
| | | | Ignore-this: abf2c95f500d4e594d29fa79d7facc58
* Removed dependency link for MySQLdboliver2010-09-031-1/+0
| | | | Ignore-this: d71220c2df3c1513d98a1f7f07f42232
* Use console_scripts entrypoint in preference to scripts=[] in setup.pyoliver2010-04-261-1/+5
| | | | | | Ignore-this: 3795140a12885f6ceaa43d9bd9eadd4 * Provides better interoperability with buildout
* Add ez_setup scaffolding for setuptoolsoliver2010-04-261-0/+2
| | | | Ignore-this: 6ce61d01e13ad02eacf9695eb305aa33
* updated setup.py with version identifier and other package infooliver2010-02-221-8/+21
| | | | Ignore-this: 1bd309018cce3ba7f0f23ec2f6bd1036
* Removed namespace package declaration in setup.pyoliver2010-02-211-1/+0
| | | | Ignore-this: 261bdbb323a26f8d27a0e56b93f3b740
* Added/updated package filesoliver2010-02-211-3/+2
| | | | Ignore-this: e63c026aa195b485c25acfc6267e9e01
* Moved script location to separate script directoryoliver2010-02-211-1/+1
| | | | Ignore-this: 9043cad093b24fd8306c15075ba56429
* Change python package name in setup.pyoliver2009-06-251-1/+1
| | | | Ignore-this: 990175e8a05da3981046f7db5848438e
* Fix minor problems with setuptools packagingoliver2009-06-041-5/+3
|
* Rename to yoyo-migrate, remove storm dependency and improve reliability and ↵oliver2009-05-231-7/+21
| | | | | | featureset Ignore-this: d37f291d92f6cf01d9c3cc18c0b1827e
* removed unnecessary files from repooliver2008-12-041-1/+1
|
* remove mysql dependency.oliver2008-12-011-1/+0
|
* add setup.pyoliver2008-12-011-0/+26