1 from setuptools
import setup
, find_packages
8 description
="Core modules by Ion",
9 long_description
="""File handling and maths""",
10 classifiers
=['Development Status :: 2 - Pre-Alpha',
11 'Intended Audience :: Developers',
12 'License :: OSI Approved :: GNU General Public License (GPL)',
13 'Programming Language :: Python :: 2.5',
14 'Topic :: Software Development :: Libraries'], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
16 author
='David Gowers',
17 author_email
='00ai99@gmail.com',
20 packages
=find_packages(exclude
=['ez_setup', 'examples', 'tests']),
21 include_package_data
=True,
24 # -*- Extra requirements: -*-
27 # -*- Entry points: -*-