Add tox support

This commit is contained in:
Gergely Polonkai
2015-11-26 17:15:12 +01:00
parent a53b2827a9
commit e00515c160
6 changed files with 31 additions and 0 deletions

11
setup.py Normal file
View File

@@ -0,0 +1,11 @@
#! /usr/bin/env python
from distutils.core import setup
setup(name='WordChallenge',
version='0.1',
description='100(ish) word challenge',
author='Gergely Polonkai',
author_email='gergely@polonkai.eu',
url='https://github.com/gergelypolonkai/word-challenge',
packages=['wordchallenge', 'words'])