Skip to content

Commit

Permalink
Add simple setup.py for RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Jul 6, 2018
1 parent a7fc453 commit 0ccf698
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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='[email protected]',
license='BSD3',
zip_safe=False)

0 comments on commit 0ccf698

Please sign in to comment.