Skip to content

Commit

Permalink
Changes in buildout and setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed May 22, 2009
1 parent 362b2ca commit 15e784b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
*.pyc
.*.swp
.installed.cfg
bin
develop-eggs
dist
django_app_template.egg-info
parts
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ develop = .

[django]
recipe = djangorecipe
version = 1.0.2
version = trunk
project = django_app_template
projectegg = ${django:project}
settings = testsettings
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
'Programming Language :: Python',
'Topic :: Software Development :: Libraries :: Python Modules',
],
packages = find_packages(),
#packages = find_packages('src'),
packages = {'': 'src'},
include_package_data = True,
zip_safe = False,
)
Expand Down

0 comments on commit 15e784b

Please sign in to comment.