mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
added setup.py and added some requirments
This commit is contained in:
12
setup.py
Normal file
12
setup.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name='cbwebreader',
|
||||
version='',
|
||||
packages=['comic', 'comic.migrations', 'cbreader', 'comic_auth', 'comic_auth.migrations'],
|
||||
url='https://github.com/ajurna/cbwebreader',
|
||||
license='http://creativecommons.org/licenses/by-sa/4.0/',
|
||||
author='Ajurna',
|
||||
author_email='ajurna@gmail.com',
|
||||
description='Comic Book Web Reader', requires=['django-recaptcha', 'django']
|
||||
)
|
||||
Reference in New Issue
Block a user