Fixed long description (#16)

pull/26/head v0.5.0
Jerry Jiarui XU 2020-07-14 19:35:25 +08:00 committed by GitHub
parent 4d832e54dd
commit 1c3f547659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -3,13 +3,6 @@ import subprocess
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'
@ -167,7 +160,6 @@ if __name__ == '__main__':
name='mmsegmentation',
version=get_version(),
description='Open MMLab Semantic Segmentation Toolbox and Benchmark',
long_description=readme(),
author='MMSegmentation Authors',
author_email='openmmlab@gmail.com',
keywords='computer vision, semantic segmentation',