changed package dir

This commit is contained in:
Baiju M
2011-04-12 20:22:53 +02:00
committed by Roland Hedberg
parent 538d010ef0
commit f82a9550d8

View File

@@ -46,9 +46,7 @@ setup(
packages=['saml2', 'xmldsig', 'xmlenc', 's2repoze',
's2repoze.plugins'],
package_dir = {'saml2':'src/saml2', 'xmldsig':'src/xmldsig',
'xmlenc': 'src/xmlenc',
's2repoze': 'src/s2repoze'},
package_dir = {'':'src'},
classifiers = ["Development Status :: 4 - Beta",
"License :: OSI Approved :: Apache Software License",