Skip to content

Commit 1c3f547

Browse files
authored
Fixed long description (open-mmlab#16)
1 parent 4d832e5 commit 1c3f547

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

setup.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
import time
44
from setuptools import find_packages, setup
55

6-
7-
def readme():
8-
with open('README.md', encoding='utf-8') as f:
9-
content = f.read()
10-
return content
11-
12-
136
version_file = 'mmseg/version.py'
147

158

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

0 commit comments

Comments
 (0)