Skip to content

Commit

Permalink
Merge pull request #94 from RonnyPfannschmidt/entrypoints
Browse files Browse the repository at this point in the history
add entrypoints to run in non-source-tree installs
  • Loading branch information
jezdez committed Mar 16, 2015
2 parents c60b7da + 7a0b2b3 commit cc869bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ def find_version(*parts):
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',
Expand Down

0 comments on commit cc869bf

Please sign in to comment.