summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Modernize codeworkflow_test_initial_1_2Federico Caselli2021-10-231-0/+70
| | | | | | | | | | | - remove python 2 support - add github workflows - remove disable unicode - cleanup compat file - modernize setup - use pep517 Change-Id: Ic38dbf478046cec5d0815b468f0c235b4ea5e20c
* Build universal wheelsNicola Soranzo2020-02-191-3/+3
| | | | | See https://packaging.python.org/guides/distributing-packages-using-setuptools/#universal-wheels Last piece left out of https://gerrit.sqlalchemy.org/c/sqlalchemy/mako/+/957
* Bump Python versions, remove conditional importsMike Bayer2019-07-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | Mako 1.1 now supports Python versions: * 2.7 * 3.4 and higher This includes that setup.py no longer includes any conditionals, allowing for a pure Python wheel build, however this is not necessarily part of the Pypi release process as of yet. The test suite also raises for Python deprecation warnings. Fixes: #249 Replaced usage of ``inspect.getfullargspec()`` with the vendored version used by SQLAlchemy, Alembic to avoid future deprecation warnings. Also cleans up an additional version of the same function that's apparently been floating around for some time. Fixes: #295 Change-Id: I98274c16b6022289d1890f4daf532bab323ab112
* Use tox / zimportsMike Bayer2019-05-311-0/+14
| | | | Change-Id: Ia047c7052a6d242c2cf1c7a83981f1e38ea4d928
* Adjust setup.cfg for Pytest 4.Marius Bakke2019-03-101-1/+1
|
* - remove universal wheels. Hopefully fixes #249Mike Bayer2015-08-121-2/+0
|
* - add py.test settingsMike Bayer2014-04-131-0/+5
| | | | - fix this update_wrapper thing so tests are reported nicely
* add wheelrel_0_9_1Mike Bayer2013-12-261-1/+4
|
* - will call this 0.8.0Mike Bayer2013-03-211-0/+5
| | | | - add gpg sig
* updates to setup for mercurialMike Bayer2010-05-011-1/+0
|
* added development config fileMike Bayer2007-01-051-0/+3