Skip to content

Commit

Permalink
Fixed #1750 -- Changed setup.py to exclude 'examples' directory. Than…
Browse files Browse the repository at this point in the history
…ks, misc@mandriva.org

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2821 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed May 3, 2006
1 parent 227d48a commit bc038da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@
author_email = 'holovaty@gmail.com', author_email = 'holovaty@gmail.com',
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.', description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
license = 'BSD', license = 'BSD',
packages = find_packages(), packages = find_packages(exclude=['examples']),
package_data = { package_data = {
'': ['*.TXT'], '': ['*.TXT'],
'django.conf': ['locale/bn/LC_MESSAGES/*', 'django.conf': ['locale/bn/LC_MESSAGES/*',
Expand Down

0 comments on commit bc038da

Please sign in to comment.