use time.strptime
[openerp-client.git] / setup.cfg
blob941946d8aaae102b3c082a04ce3db6e0bd01974a
1 [sdist]
2 formats=gztar,zip
4 [bdist]
5 formats=rpm,wininst
7 [bdist_wininst]
8 title = openerp-client
10 [bdist_rpm]
11 release=1
13 requires=python >= 2.3
14 build-requires=python-devel >= 2.3
16 doc_files = doc/*
18 #vendor=crazy-compilers.com
19 #package=Jane Doe <jane@example.net> [default: vendor]
20 #group=Development/Libraries
22 # Need to overwrite the install-part of the RPM to patch
23 # the filenames of the man pages.
24 install_script=rpminstall_sh.txt