1
0
Fork 0
codehunt-data-py/setup.py

13 lines
362 B
Python
Executable File

#!/usr/bin/env python
from distutils.core import setup
setup(name='Code Hunt Data Helper',
version='1.0',
description='A base for tools for analyzing data from Code Hunt',
author='Daniel Perelman',
author_email='perelman@cs.washington.edu',
url='https://github.com/dperelman/codehunt-data-py',
packages=['codehunt'],
)