mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Merge pull request #94 from RonnyPfannschmidt/entrypoints
add entrypoints to run in non-source-tree installs
This commit is contained in:
commit
cc869bf577
1 changed files with 5 additions and 0 deletions
5
setup.py
5
setup.py
|
|
@ -36,6 +36,11 @@ setup(
|
|||
author='Jannis Leidel',
|
||||
author_email='jannis@leidel.info',
|
||||
packages=['configurations'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'django-cadmin = configurations.management:execute_from_command_line',
|
||||
],
|
||||
},
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
'Framework :: Django',
|
||||
|
|
|
|||
Loading…
Reference in a new issue