Skip to content

Commit 9e8c4ca

Browse files
committed
Fix setup and remove deploy.sh
1 parent 7b023cb commit 9e8c4ca

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

deploy.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def read(*paths):
1717
license = 'Apache License 2.0',
1818
description = 'Produces a low-dimensional representation of the input graph',
1919
long_description=(read('README.rst')),
20+
long_description_content_type='text/x-rst',
2021
author = 'Brandon Istenes',
2122
author_email = 'brandonesbox@gmail.com',
2223
install_requires=[

0 commit comments

Comments
 (0)