This commit is contained in:
Michael Greene
2014-05-08 17:00:05 -07:00
parent cf8c62b2de
commit 83622fbb9a
12 changed files with 68 additions and 47 deletions

View File

@@ -1,11 +1,9 @@
import sys
#!/usr/bin/python
from distutils.core import setup
from pip.req import parse_requirements
import pgpy._author
# long_description is the contents of README.rst
with open('README.rst') as readme:
long_desc = readme.read()