Refactor: split code into several django apps (we call them modules).
This commit is contained in:
4
setup.py
4
setup.py
@@ -45,7 +45,7 @@ if sys.version_info.major != 2:
|
||||
|
||||
setup(
|
||||
name='django-dav-events',
|
||||
version='0.2',
|
||||
version='1.0',
|
||||
description='A django based web application project to submit DAV Events.',
|
||||
url='https://www.heinzelwelt.de',
|
||||
maintainer='Jens Kleineheismann',
|
||||
@@ -57,7 +57,7 @@ setup(
|
||||
include_package_data=True,
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'django-dav-events-admin = dav_events.console_scripts.admin:main',
|
||||
'django-dav-admin = dav_base.console_scripts.admin:main',
|
||||
],
|
||||
},
|
||||
install_requires=[
|
||||
|
||||
Reference in New Issue
Block a user