File: setup.cfg

package info (click to toggle)
tinyerp-client 3.4.2-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,832 kB
  • ctags: 1,024
  • sloc: python: 7,566; sh: 2,253; makefile: 81
file content (24 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[sdist]
formats=gztar,zip

[bdist]
formats=rpm,wininst

[bdist_wininst]
title = tinyerp-client

[bdist_rpm]
release=1

requires=python >= 2.3
build-requires=python-devel >= 2.3

doc_files = doc/*

#vendor=crazy-compilers.com
#package=Jane Doe <jane@example.net> [default: vendor]
#group=Development/Libraries

# Need to overwrite the install-part of the RPM to patch
# the filenames of the man pages.
install_script=rpminstall_sh.txt