-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
45 lines (40 loc) · 1.43 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[global]
command_packages = buildutils.pudge_command,
buildutils.publish_command
[easy_install]
#find_links = http://svn.pythonpaste.org/package_index.html
[egg_info]
tag_build = dev
tag_svn_revision = true
[pudge]
theme = pythonpaste.org
docs = docs/index.txt docs/Authors.txt docs/DeveloperGuide.txt docs/FAQ.txt
docs/Inheritance.txt docs/News.txt docs/SQLBuilder.txt
docs/SQLObject.txt docs/SelectResults.txt docs/TODO.txt
docs/Versioning.txt docs/Views.txt docs/community.txt docs/download.txt
docs/links.txt docs/sqlobject-admin.txt
doc_base = docs/
dest = docs/html
modules = sqlobject
exclude_modules = sqlobject.conftest sqlobject.tests
sqlobject.inheritance.tests sqlobject.versioning.test
sqlobject.wsgi_middleware
title = SQLObject
mailing_list_url = community.html
settings = normal_link_color=#039
visited_color=#093
hover_color=#ddf
body_outer_bg_color=#46a
body_border_color=#09f
nav_container_color=#79f
nav_button_color=#037
nav_border_color=#05f
no_about=true
link1=SQLObject.html Documentation
[publish]
doc-dir = docs/html
make-dirs = 1
## For live documentation:
# doc-dest = scp://[email protected]/home/groups/s/sq/sqlobject/htdocs/
## For in-development documentation:
doc-dest = scp://[email protected]/home/groups/s/sq/sqlobject/htdocs/devel/