back to oxlib, package_dir does not work with pip/python setup.py develop
This commit is contained in:
parent
9fabfa1c8e
commit
619ec79b9c
5 changed files with 2 additions and 3 deletions
5
setup.py
5
setup.py
|
@ -16,11 +16,10 @@ setup(
|
||||||
description="django utils and usefull stuff",
|
description="django utils and usefull stuff",
|
||||||
author="0x",
|
author="0x",
|
||||||
author_email="code@0xdb.org",
|
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",
|
download_url="http://code.0xdb.org/python-oxdjango/download",
|
||||||
license="GPLv3",
|
license="GPLv3",
|
||||||
package_dir = {'ox.django': 'django'},
|
packages=['oxdjango'],
|
||||||
packages=['ox.django'],
|
|
||||||
keywords = [
|
keywords = [
|
||||||
],
|
],
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|
Loading…
Reference in a new issue