Skip to content

Commit 8c5371c

Browse files
authored
Merge pull request #108 from machine-intelligence-laboratory/release/long-description
Long description for setup
2 parents f5c62cd + 373f6b2 commit 8c5371c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
from distutils.core import setup
22

33

4+
_README_CONTENT = open('README.md').read()
5+
46
setup(
57
name='topicnet',
68
packages=[
@@ -15,6 +17,8 @@
1517
version='0.9.0',
1618
license='MIT',
1719
description='TopicNet is a module for topic modelling using ARTM algorithm',
20+
long_description=_README_CONTENT,
21+
long_description_content_type='text/markdown',
1822
author='Machine Intelligence Laboratory',
1923
author_email='alex.goncharov@phystech.edu',
2024
url='https://github.com/machine-intelligence-laboratory/TopicNet',

0 commit comments

Comments
 (0)