Skip to content
Snippets Groups Projects
Commit 11acbbf8 authored by Mike Bayer's avatar Mike Bayer
Browse files

- Fixed incorrect dir name in setup.py

  [ticket:129]
parent d9a56834
No related branches found
No related tags found
No related merge requests found
0.3.1
- Fixed incorrect dir name in setup.py
[ticket:129]
0.3
- Python 2.3 support is dropped. [ticket:123]
......
......@@ -44,7 +44,7 @@ SVN version:
author_email='mike@zzzcomputing.com',
url='http://www.makotemplates.org/',
license='MIT',
packages=find_packages('.', exclude=['ez_setup', 'examples', 'tests']),
packages=find_packages('.', exclude=['examples', 'test']),
scripts=['scripts/mako-render'],
tests_require = ['nose >= 0.11'],
test_suite = "nose.collector",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment