Remove long description

This commit is contained in:
Ben Firshman 2013-12-20 21:36:06 +00:00
parent 8998bd1adc
commit 89cd7d8db0
1 changed files with 0 additions and 4 deletions

View File

@ -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='hello@orchardup.com',