Skip to content

Commit

Permalink
- bugfix: inclusion of long description
Browse files Browse the repository at this point in the history
  • Loading branch information
spio committed Jul 1, 2018
1 parent 1cd94bf commit 6aa3d1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@
from setuptools import setup
import os

with open("README", "r") as fh:
long_description = fh.read()

setup(
name="snafu",
description="Swiss Army Knife of Serverless Computing",
version="0.0.2",
long_description=long_description,
version="0.0.3",
url="https://github.com/serviceprototypinglab/snafu",
author="Josef Spillner",
author_email="[email protected]",
Expand Down

0 comments on commit 6aa3d1b

Please sign in to comment.