Skip to content

Commit 0ccf698

Browse files
committed
Add simple setup.py for RTD
1 parent a7fc453 commit 0ccf698

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

setup.py

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
from setuptools import setup
2+
3+
setup(name='servant-rtd',
4+
version='0.0.1',
5+
description='Documentation for the haskell-servant platform',
6+
url='https://github.com/haskell-servant/servant',
7+
author='Servant Contributors',
8+
author_email='[email protected]',
9+
license='BSD3',
10+
zip_safe=False)
11+

0 commit comments

Comments
 (0)