1 # -*- coding: utf-8 -*-
2 from setuptools
import setup
, find_packages
5 setup(name
='Products.Plinn',
7 descripton
='Plinn content management framework',
8 url
='http://plinn.org',
9 author
="Benoît Pin – MINES ParisTech – Armines",
10 author_email
="benoit.pin@mines-paristech.fr",
12 packages
=find_packages(),
13 include_package_data
=True,
14 namespace_packages
=['Products'],
16 install_requires
=[] #TODO