back to oxlib, package_dir does not work with pip/python setup.py develop

This commit is contained in:
j 2009-10-12 17:23:30 +02:00
parent 9fabfa1c8e
commit 619ec79b9c
5 changed files with 2 additions and 3 deletions

View File

@ -16,11 +16,10 @@ setup(
description="django utils and usefull stuff",
author="0x",
author_email="code@0xdb.org",
url="http://code.0xdb.org/oxdjango",
url="http://code.0xdb.org/python-oxdjango",
download_url="http://code.0xdb.org/python-oxdjango/download",
license="GPLv3",
package_dir = {'ox.django': 'django'},
packages=['ox.django'],
packages=['oxdjango'],
keywords = [
],
classifiers = [