mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Updates distribution info
This commit is contained in:
parent
da261e9614
commit
571a2677eb
3 changed files with 7 additions and 4 deletions
|
@ -1,9 +1,10 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
### 1.4.1
|
### 1.4.2
|
||||||
|
|
||||||
* [Fixed] Tagging works again
|
* [Fixed] Tagging works again
|
||||||
|
* Meta-info for PyPi updated
|
||||||
|
|
||||||
### 1.4.0
|
### 1.4.0
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ jrnl is a simple journal application for your command line.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__title__ = 'jrnl'
|
__title__ = 'jrnl'
|
||||||
__version__ = '1.4.1'
|
__version__ = '1.4.2'
|
||||||
__author__ = 'Manuel Ebert'
|
__author__ = 'Manuel Ebert'
|
||||||
__license__ = 'MIT License'
|
__license__ = 'MIT License'
|
||||||
__copyright__ = 'Copyright 2013 Manuel Ebert'
|
__copyright__ = 'Copyright 2013 Manuel Ebert'
|
||||||
|
|
6
setup.py
6
setup.py
|
@ -92,14 +92,16 @@ setup(
|
||||||
'Natural Language :: English',
|
'Natural Language :: English',
|
||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
|
'Programming Language :: Python :: 2.6',
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
|
'Programming Language :: Python :: 3.3',
|
||||||
'Topic :: Office/Business :: News/Diary',
|
'Topic :: Office/Business :: News/Diary',
|
||||||
'Topic :: Text Processing'
|
'Topic :: Text Processing'
|
||||||
],
|
],
|
||||||
# metadata for upload to PyPI
|
# metadata for upload to PyPI
|
||||||
author = "Manuel Ebert",
|
author = "Manuel Ebert",
|
||||||
author_email = "manuel@hey.com",
|
author_email = "manuel@1450.me",
|
||||||
license = "MIT License",
|
license = "MIT License",
|
||||||
keywords = "journal todo todo.txt jrnl".split(),
|
keywords = "journal todo todo.txt jrnl".split(),
|
||||||
url = "http://maebert.github.com/jrnl",
|
url = "http://maebert.github.io/jrnl",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue