summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Remove py2 tag from wheel (#1095)Hugo van Kemenade2022-02-211-4/+0
|
* setup.cfg: Replace dashes with underscores (#1057)Arthur Zamarin2021-10-311-2/+2
| | | | | | | | | | | | | | | | | | | Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools: UserWarning: Usage of dash-separated 'build-requires' will not be supported in future versions. Please use the underscore name 'build_requires' instead UserWarning: Usage of dash-separated 'doc-files' will not be supported in future versions. Please use the underscore name 'doc_files' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* Raise minimum cryptography version to 2.2.1, drop python 2.6 (#742)Jeremy Lainé2018-03-211-5/+0
|
* Ensure the LICENSE file is part of our wheel (#557)Hynek Schlawack2016-11-061-1/+9
| | | Also add some comments the other options.
* Avoid pytest 3 warning (#517)Hynek Schlawack2016-08-251-2/+2
| | | | | | * Avoid pytest warning * Upgrade pytest min version in tox.ini
* wheel is bdist_wheel for a while nowHynek Schlawack2016-04-191-1/+1
|
* Make pyOpenSSL future-proofHynek Schlawack2016-01-311-1/+1
| | | | Notably stop breaking cryptography 1.3.
* 2016 snook up on usHynek Schlawack2016-01-191-1/+1
|
* Add py.test settingsHynek Schlawack2015-10-241-0/+5
| | | | | | | | We add _trial_temp to ignores because now we run the Twisted test suite as part of tox, py.test tries to recurse into it. We also require py.test 2.8.2 because older version don't properly handle deprecated_call which we use.
* Enforce PEP8 empty linesHynek Schlawack2015-09-051-3/+0
| | | | | | | Since the current state is ambiguous, we took a vote which route to take. @alex, @dreid, @reaperhulk, and me were all in favor of PEP8; that seems enough of a consensus.
* rpm build does not require lynxJens Timmerman2015-05-261-1/+1
|
* ENOTANERRORLaurens Van Houtven2015-05-191-1/+1
|
* Long lines are fineLaurens Van Houtven2015-05-181-0/+3
|
* pyOpenSSL is now pure python -- it can be a universal wheelAlex Gaynor2014-03-041-0/+3
|
* Twiddle rpm configuration, I don't really know if this will work.Jean-Paul Calderone2011-09-111-2/+2
|
* initial source importJean-Paul Calderone2008-02-181-0/+10