Skip to content

Commit

Permalink
Added the description and bumped the version for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Oordt committed Sep 15, 2010
1 parent 62f9662 commit 3335f09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions inlaws/__init__.py
@@ -1,8 +1,8 @@
__version_info__ = {
'major': 0,
'minor': 1,
'micro': 0,
'releaselevel': 'final',
'micro': 1,
'releaselevel': 'beta',
'serial': 1
}

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -12,10 +12,10 @@ def read_file(filename):
setup(
name = "django-inlaws",
version = __import__('inlaws').get_version().replace(' ', '-'),
url = '',
url = 'http://github.com/washingtontimes/django-inlaws',
author = 'Corey Oordt, Jose Soares, Justin Quick',
author_email = 'webdev@washingtontimes.com',
description = '',
description = 'Shows related objects in the Django admin.',
long_description = read_file('README.rst'),
packages = find_packages(),
include_package_data = True,
Expand Down

0 comments on commit 3335f09

Please sign in to comment.