Skip to content

Commit

Permalink
- remove duplicate "zip_safe" directive
Browse files Browse the repository at this point in the history
 - whitespace cleanup
  • Loading branch information
benji-york committed Sep 6, 2006
1 parent 8e0cd61 commit f12b2a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -6,16 +6,15 @@
install_requires=['zc.resourcelibrary >= 0.5'],
dependency_links=['http://download.zope.org/distribution/',],
packages=find_packages('src', exclude=["*.tests", "*.ftests"]),

package_dir= {'':'src'},

namespace_packages=['zc'],
package_data = {
'': ['*.txt', '*.zcml', '*.gif', '*.js'],
'zc.table':['resources/*', '*.pt'],
},

zip_safe=False,
author='Zope Project',
author_email='zope3-dev@zope.org',
description=open("README.txt").read(),
Expand Down

0 comments on commit f12b2a5

Please sign in to comment.