Add tox support
This commit is contained in:
11
setup.py
Normal file
11
setup.py
Normal 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'])
|
Reference in New Issue
Block a user