diff --git a/setup.py b/setup.py index b6239bf..64ab609 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( - name='opds', + name='django-opds', version='1.0', packages=find_packages(), include_package_data=True,