Skip to content

Commit

Permalink
improved package info
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Mar 11, 2014
1 parent 5d949cf commit 7a4b730
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 3 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Current Mantainers
------------------
Federico Capoano https://github.com/nemesisdesign/
Andrei Antoukh https://github.com/niwibe


Original Author
Expand All @@ -10,7 +13,6 @@ Contributors
------------
Jannis Leidel https://github.com/jezdez
Oliver Yu https://github.com/oliy
Andrei Antoukh https://github.com/niwibe
Pavel Chernykh https://github.com/pavel-v-chernykh
Tippr https://github.com/Tippr
Donald Stufft https://github.com/dstufft
Expand Down
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,20 @@ def get_package_data(package):
for filename in filenames])
return {package: filepaths}


setup(
name='django-hstore',
version=get_version(),
description="Support for PostgreSQL's hstore for Django.",
description="Bring schemaless PostgreSQL (HStore) in Django",
long_description=open('README.rst').read(),
author='Federico Capoano (nemesisdesign)',
author='Jordan McCoy',
maintainer='Djangonauts Organization',
maintainer_email='[email protected]',
license='BSD',
url='https://github.com/djangonauts/django-hstore',
download_url='https://github.com/djangonauts/django-hstore/releases',
platforms=['Platform Indipendent'],
keywords=['django', 'hstore', 'schemaless'],
packages=get_packages('django_hstore'),
package_data=get_package_data('django_hstore'),
zip_safe=False,
Expand Down

0 comments on commit 7a4b730

Please sign in to comment.