16 Commits

Author SHA1 Message Date
Berker Peksag
e84068b518 Use tox in .travis.yml.
This way we can avoid code duplication.

Also, this change makes tests faster due to ignoring the sdist step
and adds Python 3.2, 3.4 and PyPy 3 to build matrix.
2014-10-19 02:12:59 +03:00
Berker Peksag
9cbec279f3 Simplify recursive-exclude rules in MANIFEST.in. 2014-10-15 22:25:32 +03:00
Randall Leeds
7e1d5d729d Exclude .pyc and .pyo in MANIFEST.in 2013-07-03 02:57:09 -07:00
benoitc
faf2cc58f1 s/doc/docs 2012-11-19 16:28:04 +01:00
benoitc
c3060144fa add requirements_dev.txt 2012-11-19 16:24:57 +01:00
Randall Leeds
a5ace05fe8 drop vestigial debian line from MANIFIEST.in 2012-04-22 20:26:42 -07:00
Benoit Chesneau
d1fa62d98a fix issue #152. 2011-01-14 17:12:40 +01:00
benoitc
0993567657 fix manifest 2010-12-02 10:48:32 +01:00
Paul J. Davis
036f8b50d9 Major refactor of the configuration mechanics.
* All configuration and bootup is handled by the Application objects.

* There is now a strict ordering on the precedence of configuration
settings:

  1. Each option is given a default value of some sort in options.ini

  2. Any detectable framework configuration settings override the hard
     coded defaults for options. Currently, only Paster applications
     have support for this.

  3. Anything that is specified in a Gunicorn configuration file (by
     default gunicorn.conf.py) overrides what was possibly set by a
     framework specific configuration source.

  4. Anything specified on the command line reins supreme. The command
     line is the final authority on a given configuration option.
     Though, not all configuration options are available via command
     line.

* Configuration metadata is pulled from an options.ini. In the future I'll
use this to build the example gunicorn.conf.py and the config.rst file
in docs/site/config.rst.

I haven't tested the differences thoroughly. The next item on my agenda
is to figure out a way to start testing Gunicorn that doesn't make my
eyes bleed.
2010-05-19 13:39:37 -04:00
benoitc
6d747d7701 fix typo spotted by jezdez, thanks! 2010-05-08 14:51:13 +02:00
benoitc
9e26203f45 eventually fix pip error 2010-04-29 10:22:39 +02:00
benoitc
1e71b86946 add .gitignore tot the manifesr 2010-04-29 09:47:22 +02:00
benoitc
5c2112b93b bum release to 0.8.1. (fix __builtins__ bug) 2010-04-29 09:43:21 +02:00
benoitc
95e8dc0ec6 add doc to sources 2010-02-20 22:52:01 +01:00
jbergstroem
4745bc6830 Include tests and examples in sdist 2010-02-10 16:59:23 -05:00
jbergstroem
21db06c7c0 Manifest.in is case sensitive 2010-02-10 16:59:23 -05:00