Commit bb21f2f7 authored by Jérome Perrin's avatar Jérome Perrin

move code in a package, remove non existing classifiers


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils/erp5flakes@26860 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9c8b5a1f
......@@ -16,10 +16,10 @@ setup(
url = 'https://svn.erp5.org/repos/public/erp5/trunk/utils/%s' % name,
classifiers = [
"License :: OSI Approved :: GNU General Public License (GPL)",
"Framework :: ERP5",
"Framework :: Zope2",
"Programming Language :: Python",
],
packages = ['erp5flakes'],
install_requires = ['pyflakes==0.3.0', ], # ZODB ERP5Type
entry_points = {'console_scripts':
[ 'erp5flakes = erp5flakes:main',]},
......
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