Skip to content

Commit

Permalink
Merge pull request #108 from machine-intelligence-laboratory/release/…
Browse files Browse the repository at this point in the history
…long-description

Long description for setup
  • Loading branch information
Alvant authored Jul 28, 2024
2 parents f5c62cd + 373f6b2 commit 8c5371c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from distutils.core import setup


_README_CONTENT = open('README.md').read()

setup(
name='topicnet',
packages=[
Expand All @@ -15,6 +17,8 @@
version='0.9.0',
license='MIT',
description='TopicNet is a module for topic modelling using ARTM algorithm',
long_description=_README_CONTENT,
long_description_content_type='text/markdown',
author='Machine Intelligence Laboratory',
author_email='alex.goncharov@phystech.edu',
url='https://github.com/machine-intelligence-laboratory/TopicNet',
Expand Down

0 comments on commit 8c5371c

Please sign in to comment.