We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d832e5 commit 1c3f547Copy full SHA for 1c3f547
setup.py
@@ -3,13 +3,6 @@
3
import time
4
from setuptools import find_packages, setup
5
6
-
7
-def readme():
8
- with open('README.md', encoding='utf-8') as f:
9
- content = f.read()
10
- return content
11
12
13
version_file = 'mmseg/version.py'
14
15
@@ -167,7 +160,6 @@ def gen_packages_items():
167
160
name='mmsegmentation',
168
161
version=get_version(),
169
162
description='Open MMLab Semantic Segmentation Toolbox and Benchmark',
170
- long_description=readme(),
171
163
author='MMSegmentation Authors',
172
164
author_email='[email protected]',
173
165
keywords='computer vision, semantic segmentation',
0 commit comments