Skip to content

Commit

Permalink
Updated to v0.2.2 to fix pypi issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
sanders41 committed May 28, 2018
1 parent a219efe commit 8616e96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from setuptools import setup
from setuptools import find_packages

#with open("README.md", "r") as fh:
# long_description = fh.read()
long_description = '''
Converts proprietary sas7bdat files from SAS into formats such as csv and XML useable by other programs. Currently supported conversiaions are csv, Excel (xlsx format), json, Pandas DataFrame, and XML.
Expand Down

0 comments on commit 8616e96

Please sign in to comment.