~james-w/ubuntu/lucid/distribute/maverick-backport

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-10-20 00:12:26 UTC
  • Revision ID: james.westby@ubuntu.com-20091020001226-i4khevl61xtuzapa
Tags: upstream-0.6.4
ImportĀ upstreamĀ versionĀ 0.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[build_sphinx]
 
2
all_files = 1
 
3
build-dir = docs/build
 
4
source-dir = docs/
 
5
 
 
6
[egg_info]
 
7
tag_build = 
 
8
tag_date = 0
 
9
tag_svn_revision = 0
 
10
 
 
11
[upload_docs]
 
12
upload-dir = docs/build/html
 
13
 
 
14
[aliases]
 
15
release = egg_info -RDb ''
 
16
binary = bdist_egg upload --show-response
 
17
source = register sdist binary
 
18