Skip to content

Commit ad76c2b

Browse files
committed
version bump and pypi readme addition
1 parent 2a6ab6f commit ad76c2b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
from setuptools import setup
22
from setuptools import find_packages
33

4+
with open('README.md', encoding='utf-8') as f:
5+
long_description = f.read()
6+
47
setup(name='ivis',
5-
version='1.1.4',
8+
version='1.1.5',
69
description='Artificial neural network-driven visualization of high-dimensional data using triplets.',
10+
long_description=long_description,
11+
long_description_content_type='text/markdown',
712
url='http://github.com/beringresearch/ivis',
813
author='Benjamin Szubert, Ignat Drozdov',
914

0 commit comments

Comments
 (0)