forked from openalea/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
53 lines (39 loc) · 916 Bytes
/
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
46
47
48
49
50
51
52
[global]
# verbose=0
# {# pkglts, pysetup
[wheel]
universal = 1
# {# pkglts, pysetup
[wheel]
universal = 1
[tool:pytest]
addopts = --maxfail=2 -rf --cov=openalea.core
[aliases]
test=pytest
[build_sphinx]
build-dir=build/sphinx
# #}
[pylint]
pylint_packages=src/core
[sdist]
#formats=gztar,zip
[egg_info]
#tag_build = .dev
#tag_svn_revision = 1
[egg_upload]
package = OpenAlea.Core
[bdist_rpm]
requires = python >= 2.6
python-OpenAlea.Deploy >= 0.9
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
changelog =
* Mon Oct 11 2010 OpenAlea Consortium 0.9
- add bdist_rpm configuration files to create RPM automatically