resync/setup.py
2013-05-08 10:00:20 -04:00

16 lines
508 B
Python

from distutils.core import setup
setup(
name='resync',
version='0.6.1',
packages=['resync'],
classifiers=["Development Status :: 3 - Alpha",
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",
"Environment :: Web Environment"],
author='Simeon Warner',
author_email='simeon.warner@cornell.edu',
long_description=open('README.md').read(),
url='http://github.com/resync/resync',
)