~ubuntu-branches/ubuntu/trusty/python-webob/trusty-proposed

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-01-07 07:52:32 UTC
  • mfrom: (1.3.5)
  • Revision ID: package-import@ubuntu.com-20130107075232-w6x8r94du3t48wj4
Tags: 1.2.3-0ubuntu1
* New upstream release:
  - Dropped debian/patches/01_lp_920197.patch: no longer needed.
  - debian/watch: Update to point to pypi.
  - debian/rules: Disable docs build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[aliases]
2
2
distribute = register sdist upload
 
3
dev = develop easy_install webob[testing]
 
4
docs = develop easy_install webob[docs]
3
5
 
4
6
[nosetests]
5
7
detailed-errors = True
6
 
cover-erase=True
7
 
cover-package=webob
8
 
nocapture=True
 
8
cover-erase = True
 
9
cover-package = webob
 
10
nocapture = True
 
11
 
 
12
[egg_info]
 
13
tag_build = 
 
14
tag_date = 0
 
15
tag_svn_revision = 0
 
16