Add simple setup.py for RTD
This commit is contained in:
parent
a7fc453ee1
commit
0ccf698800
1 changed files with 11 additions and 0 deletions
11
setup.py
Normal file
11
setup.py
Normal 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)
|
||||||
|
|
Loading…
Reference in a new issue