Added a README

This commit is contained in:
Tarek Ziade 2010-08-12 14:44:56 +02:00
parent 0da965fa72
commit 0d0b77f79d
2 changed files with 20 additions and 0 deletions

View file

@ -1,5 +1,7 @@
from distutils.core import setup
README = open('README').read()
setup(
name="flake8",
license="MIT",