Kaydet (Commit) 83a99bc2 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Fixed #1750 -- Changed setup.py to exclude 'examples.*'

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2895 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 412db6c9
......@@ -11,7 +11,7 @@ setup(
author_email = 'holovaty@gmail.com',
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
license = 'BSD',
packages = find_packages(exclude=['examples']),
packages = find_packages(exclude=['examples', 'examples.*']),
package_data = {
'': ['*.TXT'],
'django.conf': ['locale/bn/LC_MESSAGES/*',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment