-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
||
|
||
|
@@ -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', | ||
|