We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c21979 commit 58ad04aCopy full SHA for 58ad04a
setup.py
@@ -48,6 +48,8 @@ def run(self):
48
49
setup(
50
name='libpy',
51
+ description='Utilities for writing C++ extension modules.',
52
+ long_description=open('README.rst').read(),
53
url='https://github.com/quantopian/libpy',
54
version=open('version').read().strip(),
55
author='Quantopian Inc.',
0 commit comments