Skip to content

Commit

Permalink
Fixed long description (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvjiarui authored Jul 14, 2020
1 parent 0de0387 commit fd34179
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
import time
from setuptools import find_packages, setup


def readme():
with open('README.md', encoding='utf-8') as f:
content = f.read()
return content


version_file = 'mmseg/version.py'


Expand Down Expand Up @@ -167,7 +160,6 @@ def gen_packages_items():
name='mmsegmentation',
version=get_version(),
description='Open MMLab Semantic Segmentation Toolbox and Benchmark',
long_description=readme(),
author='MMSegmentation Authors',
author_email='[email protected]',
keywords='computer vision, semantic segmentation',
Expand Down

0 comments on commit fd34179

Please sign in to comment.