Edgewall Software

source: trunk/setup.cfg

Last change on this file was 17724, checked in by Ryan J Ollos, 5 days ago

1.7.1dev: Increment version

  • Property svn:eol-style set to native
File size: 6.0 KB
Line 
1[egg_info]
2tag_build = dev
3
4[metadata]
5name = Trac
6version = 1.7.1
7description = Integrated SCM, wiki, issue tracker and project environment
8long_description = file: README.rst
9author = Edgewall Software
10author_email = trac-dev@googlegroups.com
11license = BSD
12url = https://trac.edgewall.org
13download_url = https://trac.edgewall.org/wiki/TracDownload
14classifiers =
15 Environment :: Web Environment
16 Framework :: Trac
17 Intended Audience :: Developers
18 License :: OSI Approved :: BSD License
19 Operating System :: OS Independent
20 Programming Language :: Python
21 Programming Language :: Python :: 3
22 Programming Language :: Python :: 3.5
23 Programming Language :: Python :: 3.6
24 Programming Language :: Python :: 3.7
25 Programming Language :: Python :: 3.8
26 Programming Language :: Python :: 3.9
27 Programming Language :: Python :: 3.10
28 Programming Language :: Python :: 3.11
29 Topic :: Software Development :: Bug Tracking
30 Topic :: Software Development :: Version Control
31
32[options]
33zip_safe = True
34python_requires = >= 3.5
35packages = find:
36setup_requires =
37 jinja2>=2.9.3
38install_requires =
39 setuptools>=30.3
40 jinja2>=2.9.3
41 multipart; python_version>='3.13'
42
43[options.package_data]
44* = templates/*.*
45trac =
46 htdocs/*.*
47 htdocs/README
48 htdocs/js/*.*
49 htdocs/js/messages/*.*
50 htdocs/css/*.*
51 htdocs/css/jquery-ui/*.*
52 htdocs/css/jquery-ui/images/*.*
53 htdocs/guide/*
54 locale/*/LC_MESSAGES/messages.mo
55 locale/*/LC_MESSAGES/tracini.mo
56trac.wiki = default-pages/*
57trac.ticket = workflows/*.ini
58tracopt = ticket/htdocs/*.js
59
60[options.packages.find]
61exclude =
62 *.tests
63 tests.*
64 *.tests.*
65
66[options.extras_require]
67 babel = Babel>=2.2,<2.10
68 mysql = PyMySQL
69 postgresql = psycopg2>=2.5
70 psycopg2 = psycopg2>=2.5
71 psycopg2-binary = psycopg2-binary
72 pygments = Pygments>=1.0
73 rest = docutils>=0.14
74 textile = textile>=2.3
75
76[options.entry_points]
77console_scripts =
78 trac-admin = trac.admin.console:run
79 tracd = trac.web.standalone:main
80
81trac.plugins =
82 trac.about = trac.about
83 trac.admin.console = trac.admin.console
84 trac.admin.web_ui = trac.admin.web_ui
85 trac.attachment = trac.attachment
86 trac.db.mysql = trac.db.mysql_backend[mysql]
87 trac.db.postgres = trac.db.postgres_backend
88 trac.db.sqlite = trac.db.sqlite_backend
89 trac.mimeview.patch = trac.mimeview.patch
90 trac.mimeview.pygments = trac.mimeview.pygments[pygments]
91 trac.mimeview.rst = trac.mimeview.rst[rest]
92 trac.mimeview.txtl = trac.mimeview.txtl[textile]
93 trac.notification.api = trac.notification.api
94 trac.notification.mail = trac.notification.mail
95 trac.notification.prefs = trac.notification.prefs
96 trac.prefs = trac.prefs.web_ui
97 trac.search = trac.search.web_ui
98 trac.ticket.admin = trac.ticket.admin
99 trac.ticket.batch = trac.ticket.batch
100 trac.ticket.query = trac.ticket.query
101 trac.ticket.notification = trac.ticket.notification
102 trac.ticket.report = trac.ticket.report
103 trac.ticket.roadmap = trac.ticket.roadmap
104 trac.ticket.web_ui = trac.ticket.web_ui
105 trac.timeline = trac.timeline.web_ui
106 trac.versioncontrol.admin = trac.versioncontrol.admin
107 trac.versioncontrol.svn_authz = trac.versioncontrol.svn_authz
108 trac.versioncontrol.web_ui = trac.versioncontrol.web_ui
109 trac.web.auth = trac.web.auth
110 trac.web.main = trac.web.main
111 trac.web.session = trac.web.session
112 trac.wiki.admin = trac.wiki.admin
113 trac.wiki.interwiki = trac.wiki.interwiki
114 trac.wiki.macros = trac.wiki.macros
115 trac.wiki.web_ui = trac.wiki.web_ui
116 trac.wiki.web_api = trac.wiki.web_api
117 tracopt.perm.authz_policy = tracopt.perm.authz_policy
118 tracopt.perm.config_perm_provider = tracopt.perm.config_perm_provider
119 tracopt.ticket.clone = tracopt.ticket.clone
120 tracopt.ticket.commit_updater = tracopt.ticket.commit_updater
121 tracopt.ticket.deleter = tracopt.ticket.deleter
122 tracopt.versioncontrol.git.git_fs = tracopt.versioncontrol.git.git_fs
123 tracopt.versioncontrol.svn.svn_fs = tracopt.versioncontrol.svn.svn_fs
124 tracopt.versioncontrol.svn.svn_prop = tracopt.versioncontrol.svn.svn_prop
125
126[bdist_wininst]
127bitmap = setup_wininst.bmp
128
129[extract_messages]
130add_comments = TRANSLATOR:
131copyright_holder = Edgewall Software
132msgid_bugs_address = trac-dev@googlegroups.com
133output_file = trac/locale/messages.pot
134keywords = _ ngettext:1,2 N_ tag_ tagn_:1,2 cleandoc_
135mapping_file = messages.cfg
136
137[init_catalog]
138input_file = trac/locale/messages.pot
139output_dir = trac/locale
140
141[compile_catalog]
142directory = trac/locale
143
144[update_catalog]
145input_file = trac/locale/messages.pot
146output_dir = trac/locale
147
148[extract_messages_js]
149add_comments = TRANSLATOR:
150copyright_holder = Edgewall Software
151msgid_bugs_address = trac-dev@googlegroups.com
152output_file = trac/locale/messages-js.pot
153no-default-keywords = yes
154keywords = _ ngettext:1,2 N_
155mapping_file = messages-js.cfg
156
157[init_catalog_js]
158domain = messages-js
159input_file = trac/locale/messages-js.pot
160output_dir = trac/locale
161
162[compile_catalog_js]
163domain = messages-js
164directory = trac/locale
165
166[update_catalog_js]
167domain = messages-js
168input_file = trac/locale/messages-js.pot
169output_dir = trac/locale
170
171[generate_messages_js]
172domain = messages-js
173input_dir = trac/locale
174output_dir = trac/htdocs/js/messages
175
176[extract_messages_tracini]
177add_comments = TRANSLATOR:
178copyright_holder = Edgewall Software
179msgid_bugs_address = trac-dev@googlegroups.com
180output_file = trac/locale/tracini.pot
181keywords = ConfigSection:2 Option:4 BoolOption:4 IntOption:4 FloatOption:4 ListOption:6 ChoiceOption:4 PathOption:4 ExtensionOption:5 OrderedExtensionsOption:6
182no-default-keywords = yes
183mapping_file = tracini.cfg
184
185[init_catalog_tracini]
186domain = tracini
187input_file = trac/locale/tracini.pot
188output_dir = trac/locale
189
190[compile_catalog_tracini]
191domain = tracini
192directory = trac/locale
193
194[update_catalog_tracini]
195domain = tracini
196input_file = trac/locale/tracini.pot
197output_dir = trac/locale
198
199[check_catalog]
200domain = messages
201input_dir = trac/locale
202
203[check_catalog_js]
204domain = messages-js
205input_dir = trac/locale
206
207[check_catalog_tracini]
208domain = tracini
209input_dir = trac/locale
Note: See TracBrowser for help on using the repository browser.