diff --git a/setup.py b/setup.py index 5ce1fa3..aee93df 100644 --- a/setup.py +++ b/setup.py @@ -9,6 +9,8 @@ author_email = 'jon.brandvein@gmail.com', license = 'MIT License', description = 'A library for defining struct-like classes', + setup_requires = ['setuptools-markdown'], + long_description_markdown_filename = 'README.md', classifiers = [ 'Development Status :: 3 - Alpha',