Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 168192
Collapse All | Expand All

(-)setup.py (-1 / +1 lines)
Lines 33-39 Link Here
33
        platforms        = ["Unix"],
33
        platforms        = ["Unix"],
34
	package_dir	 = { '': 'lib' },
34
	package_dir	 = { '': 'lib' },
35
	py_modules	 = ["yenc"],
35
	py_modules	 = ["yenc"],
36
	ext_modules	 = [Extension("_yenc",["src/_yenc.c"],extra_compile_args=["-O2","-g"])],
36
	ext_modules	 = [Extension("_yenc",["src/_yenc.c"])],
37
        classifiers      = [
37
        classifiers      = [
38
            "Programming Language :: Python",
38
            "Programming Language :: Python",
39
            "Programming Language :: Python :: 2.5",
39
            "Programming Language :: Python :: 2.5",

Return to bug 168192