Skip to content

Commit

Permalink
Update the metainfo
Browse files Browse the repository at this point in the history
  • Loading branch information
goinnn committed Sep 19, 2013
1 parent c58e6cf commit 665896d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,8 @@
0.7.3 (2013-09-02)
-------------------

- Update the metainfo

0.7.2 (2013-09-02)
-------------------

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -33,12 +33,12 @@ def read(*rnames):
+ '\n' +
read('CHANGES.rst')
+ '\n' +
'Download\n'
'Download\n'
'********\n')

setup(
name="django-transmeta",
version="0.7.2",
version="0.7.3",
author="Yaco Sistemas S.L.",
author_email="garcia.marc@gmail.com",
description="Transmeta is an application for translatable content in Django's models.",
Expand All @@ -52,8 +52,8 @@ def read(*rnames):
],
license="LGPL 3",
keywords="django,translation,internationalization,i18n,transmeta,models,translation models",
url='http://code.google.com/p/django-transmeta/',
url='https://github.com/Yaco-Sistemas/django-transmeta',
packages=find_packages('.'),
package_dir= {'': '.'},
package_dir={'': '.'},
zip_safe=False,
)

0 comments on commit 665896d

Please sign in to comment.