File: setup.cfg

package info (click to toggle)
egenix-mx-base 2.0.6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,028 kB
  • ctags: 4,762
  • sloc: ansic: 14,965; python: 11,739; sh: 313; makefile: 117
file content (58 lines) | stat: -rw-r--r-- 828 bytes parent folder | download | duplicates (3)
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
53
54
55
56
57
58
#
# Distutils Setup Configuration for the mx Extensions BASE distribution.
#

#
# Install step
#

[install]

compile = 1
optimize = 1

#
# Source dist creation
#

[sdist]

manifest = MANIFEST
use_defaults = 0
#keep_tree = 1
formats=zip

#
# RPM Creation
#

[bdist_rpm]

release = 1

packager = Marc-Andre Lemburg <mal@egenix.com>
vendor = eGenix.com Software GmbH, Langenfeld, Germany <info@egenix.com>

# Files listed here must appear in the MANIFEST:
doc_files = README 
	    mx/Doc
	    mx/DateTime/Doc
	    mx/Proxy/Doc
	    mx/BeeBase/Doc
	    mx/Queue/Doc
	    mx/Stack/Doc
	    mx/TextTools/Doc
	    mx/Tools/Doc
            mx/DateTime/LICENSE
            mx/DateTime/COPYRIGHT

#
# Windows installer
#

[bdist_wininst]

bitmap = installer.bmp
title = eGenix mx Base Package
no_target_compile = 1
no_target_optimize = 1