forked from openalea/visualea
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
44 lines (36 loc) · 862 Bytes
/
setup.cfg
File metadata and controls
44 lines (36 loc) · 862 Bytes
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
[sdist]
#formats=gztar,zip
[egg_info]
#tag_build = .dev
#tag_svn_revision = 1
[build_sphinx]
source-dir = doc/
build-dir = doc/_build
all_files = 1
[nosetests]
where=test
#with_coverage=
#cover_package=openalea.visualea
#cover_erase=
verbosity=2
[pylint]
pylint_packages=src/visualea
[egg_upload]
package = OpenAlea.Visualea
[upload_sphinx]
package = visualea
project = openalea
[bdist_rpm]
requires = python >= 2.6
python-OpenAlea.Core >= 0.9
python-OpenAlea.GraphEditor >= 0.9
qscintilla-python
build_requires = python >= 2.6
python-devel >= 2.6
python-setuptools >= 0.6
python-OpenAlea.Deploy >= 0.9
provides = %{name} = %{version}
obsoletes = %{name} < %{version}
doc_files = AUTHORS.txt ChangeLog.txt README.txt LICENSE.txt
python = /usr/bin/python
packager = OpenAlea Consortium