Add simple setup.py for RTD

This commit is contained in:
Oleg Grenrus 2018-07-06 12:02:00 +03:00
parent a7fc453ee1
commit 0ccf698800
1 changed files with 11 additions and 0 deletions

11
setup.py Normal file
View File

@ -0,0 +1,11 @@
from setuptools import setup
setup(name='servant-rtd',
version='0.0.1',
description='Documentation for the haskell-servant platform',
url='https://github.com/haskell-servant/servant',
author='Servant Contributors',
author_email='haskell-servant-maintainers@googlegroups.com',
license='BSD3',
zip_safe=False)