Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Edited setup.py via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Apr 7, 2011
1 parent 4a630d8 commit 3db64e5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Expand Up @@ -6,8 +6,7 @@
setup(name='extdirect.django',
version=version,
description="Ext.Direct implementation for Django",
long_description=open("README.txt").read() + "\n" +
open(os.path.join("docs", "HISTORY.txt")).read(),
long_description=open("README.md").read(),
# Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
"Programming Language :: Python",
Expand All @@ -17,9 +16,9 @@
"Topic :: Software Development :: Libraries :: Python Modules",
],
keywords='',
author='Santiago Videla',
author_email='santiago.videla@gmail.com',
url='http://github.com/gsancho/extdirect.django/tree/master',
author='Julien Bouquillon',
author_email='julien@revolunet.com',
url='http://github.com/revolunet/extdirect.django/tree/master',
license='BSD',
namespace_packages=['extdirect'],
packages=find_packages(exclude=['ez_setup']),
Expand Down

0 comments on commit 3db64e5

Please sign in to comment.