mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
[1.5.4] Made sure example was excluded from packaging
This commit is contained in:
parent
0e338c78d5
commit
e770596430
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -21,7 +21,7 @@ setup(
|
|||
author_email='coreyoordt@gmail.com',
|
||||
include_package_data=True,
|
||||
url='http://github.com/callowayproject/django-categories',
|
||||
packages=find_packages(),
|
||||
packages=find_packages(exclude=['example*', ]),
|
||||
classifiers=[
|
||||
'Framework :: Django',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue