1 from setuptools
import setup
, find_packages
8 description
="Core modules by Ion",
9 long_description
="""File handling, maths, randomization, miscellaneous""",
10 classifiers
=['Development Status :: 4 - Beta',
11 'Intended Audience :: Developers',
12 'License :: OSI Approved :: GNU General Public License (GPL)',
13 'Programming Language :: Python :: 2.5',
14 'Topic :: Software Development :: Libraries :: Python Modules'],
15 # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
16 keywords
='file math random miscellaneous',
17 author
='David Gowers',
18 author_email
='00ai99@gmail.com',
19 url
='http://pypi.python.org/pypy/pyion',
20 download_url
='http://repo.or.cz/pyion.git',
22 packages
=find_packages(exclude
=['ez_setup', 'examples', 'tests', 'doc']),
23 include_package_data
=True,
26 # -*- Extra requirements: -*-
29 # -*- Entry points: -*-