1
0
Fork 0

add long description for pypi

Bob Carroll 2020-05-31 18:18:13 -07:00
parent 8d9e4fb822
commit 614ea515ad
1 changed files with 6 additions and 1 deletions

View File

@ -1,9 +1,14 @@
from setuptools import setup
with open('README.md', 'r') as f:
long_description = f.read()
setup(name='libcfbf',
version='0.2',
version='0.3',
description="An implementation of Microsoft's Compound File Binary Format",
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/rcarz/libcfbf',
author='Bob Carroll',
author_email='bob.carroll@alum.rit.edu',