Updates distribution info

This commit is contained in:
Manuel Ebert 2013-07-26 19:40:39 -07:00
parent da261e9614
commit 571a2677eb
3 changed files with 7 additions and 4 deletions

View file

@ -1,9 +1,10 @@
Changelog
=========
### 1.4.1
### 1.4.2
* [Fixed] Tagging works again
* Meta-info for PyPi updated
### 1.4.0

View file

@ -7,7 +7,7 @@ jrnl is a simple journal application for your command line.
"""
__title__ = 'jrnl'
__version__ = '1.4.1'
__version__ = '1.4.2'
__author__ = 'Manuel Ebert'
__license__ = 'MIT License'
__copyright__ = 'Copyright 2013 Manuel Ebert'

View file

@ -92,14 +92,16 @@ setup(
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Topic :: Office/Business :: News/Diary',
'Topic :: Text Processing'
],
# metadata for upload to PyPI
author = "Manuel Ebert",
author_email = "manuel@hey.com",
author_email = "manuel@1450.me",
license = "MIT License",
keywords = "journal todo todo.txt jrnl".split(),
url = "http://maebert.github.com/jrnl",
url = "http://maebert.github.io/jrnl",
)