Skip to content

Commit

Permalink
Fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
areski committed Aug 9, 2011
1 parent 84bb972 commit 005a4f2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,11 @@ def parse_dependency_links(file_name, install_flag=False):
install_flag = True


long_desc = '''
%s
''' % (open('README.rst').read(),)


setup(
name='newfies-dialer',
version=VERSION.replace(' ', '-'),
description='Newfies is a Bulk Dialer and Voice Broadcasting application dedicated to provide information via phone technology.',
long_description=long_desc,
long_description=open('README.rst').read(),
author='Belaid Arezqui',
author_email='[email protected]',
url='http://www.newfies-dialer.org/',
Expand Down

0 comments on commit 005a4f2

Please sign in to comment.