warcprox/setup.py
2015-09-16 00:35:18 +00:00

11 lines
212 B
Python

import setuptools
setuptools.setup(
name='pyrethink',
packages=['pyrethink'],
classifiers=[
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
],
)