Mathieu Dupuy
fdd23e8292
migrate to pyproject.toml
2023-09-12 00:43:37 +02:00
Mathieu Dupuy
7033f27e28
remove exclusion of tests and examples dir
...
setuptools already exclude them by default in the flat-layout setup,
see https://setuptools.pypa.io/en/latest/userguide/package_discovery.html\#flat-layout
2023-09-04 15:22:37 +02:00
Mathieu Dupuy
760e864200
migrate to setup.cfg
2023-09-04 15:19:54 +02:00
benoitc
60b78e3d98
fix setup.cfg: use new license_files property
...
`license_file` propert in setup.cfg is deprecated and should be replaced
by the `license_files` property.
fix #3027
2023-07-18 14:33:53 +02:00
Brett Randall
7cce20e937
Don't build universal wheel, since Python 2 support has been removed.
...
This reverts commit 765b8ab48b6fb991eeb9bcf4f60c0cba6f48359f .
2020-01-01 11:35:53 +11:00
Randall Leeds
20774b8331
Remove support for bdist_rpm
2019-11-24 17:44:47 +01:00
Alex Conrad
18459041b5
submit coverage report to couverture.io
2017-02-06 22:22:37 -08:00
Berker Peksag
748da13c17
Silence pytest warnings
2017-02-07 09:05:43 +03:00
Alex Conrad
9b2f014eec
move pytest cli args to setup.cfg
2017-02-07 05:35:25 +03:00
Philippe Ombredanne
4c8cadce25
Include LICENSE for built wheels #1322
2016-08-08 19:13:20 +02:00
Berker Peksag
765b8ab48b
Add universal Wheel support.
...
Gunicorn works on both Python 2 and Python 3, so we can create a
universal Wheel distribution.
See https://github.com/pypa/sampleproject/blob/master/setup.cfg for
more information.
2014-03-05 02:23:38 +02:00
George Notaras
64f555eb7e
Improved the documentation that is packaged in the RPM.
...
Until now, only the documentation in source form was packaged.
This changeset improves the RPM generator so that the compiled HTML
version of the documentation is packaged. Also, other informative
documents (README, LICENSE, NOTICE, THANKS) and an example server
configuration file have been included.
Finally, the Sphinx documentation's conf.py has been improved so
that it is easier to compile the docs using the default theme.
2014-01-13 03:23:38 +02:00
George Notaras
f26395e02e
Set RPM group to the generic 'System Environment/Daemons'.
2014-01-13 03:14:00 +02:00
Randall Leeds
674c1ac802
skip virtualenv dirs when looking for tests
2012-10-28 22:59:33 -07:00
benoitc
1d0eed5205
remove examples from pytest dirs
2012-10-28 07:04:11 +01:00
Randall Leeds
d44e3528b9
remove defunct email address from setup.cfg
...
I don't have an rpm machine handy anymore. I suspect this should
always have been filled in by the rpmbuild environment of the user
running the script, anyway, and I should not have been listed here.
2012-09-27 19:14:41 +02:00
Randall Leeds
0b8e48021e
support bdist_rpm
2011-01-11 15:57:31 +01:00