Detail after move the code

This commit is contained in:
Pablo Martín 2013-12-04 16:53:25 +01:00
parent 156c78a665
commit 31b1427ce0
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ setup(
license="LGPL 3",
keywords="django,multiple,select,field,choices",
url='https://github.com/goinnn/django-multiselectfield',
packages=find_packages(where='src'),
packages=find_packages(),
package_dir={'': 'src'},
include_package_data=True,
zip_safe=False,