Skip to content

Commit 439fb13

Browse files
committed
setup.py: added description
1 parent d6a9055 commit 439fb13

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
from os.path import dirname, abspath, join
22
from setuptools import setup
33

4-
with open(abspath(join(dirname(__file__), 'README.md'))) as fileobj:
5-
README = fileobj.read().strip()
6-
74
setup(
85
name='foy-python',
9-
description='',
10-
long_description=README,
6+
description='Python handler for fountain-of-youth',
117
author='Renata Carreira',
128
author_email='[email protected]',
139
url='https://github.com/fountain-of-youth/foy-python-handler',

0 commit comments

Comments
 (0)