|
|
|
@ -8,7 +8,8 @@ setup( |
|
|
|
name='linkstore', |
|
|
|
description='Django app for collapsible link categories', |
|
|
|
author='Raphael Roberts', |
|
|
|
packages=['linkstore'], |
|
|
|
packages=['linkstore', 'linkstore.migrations'], |
|
|
|
author_email='raphael.roberts48@gmail.com', |
|
|
|
install_requires=INSTALL_REQUIRES, |
|
|
|
include_package_data=True, |
|
|
|
) |