Skip to content

Commit 58ad04a

Browse files
author
Joe Jevnik
committed
BLD: add description and long_description
1 parent 8c21979 commit 58ad04a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ def run(self):
4848

4949
setup(
5050
name='libpy',
51+
description='Utilities for writing C++ extension modules.',
52+
long_description=open('README.rst').read(),
5153
url='https://github.com/quantopian/libpy',
5254
version=open('version').read().strip(),
5355
author='Quantopian Inc.',

0 commit comments

Comments
 (0)