浏览代码

Remove long description

Ben Firshman 12 年之前
父节点
当前提交
89cd7d8db0
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      setup.py

+ 0 - 4
setup.py

@@ -24,14 +24,10 @@ def find_version(*file_paths):
 with open('requirements.txt') as f:
     install_requires = f.read().splitlines()
 
-with open('README.md') as f:
-    long_description = f.read()
-
 setup(
     name='fig',
     version=find_version("fig", "__init__.py"),
     description='Punctual, lightweight development environments using Docker',
-    long_description=long_description,
     url='https://github.com/orchardup/fig',
     author='Orchard Laboratories Ltd.',
     author_email='[email protected]',