mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 13:36:14 +02:00
Merge remote-tracking branch 'maebert/2.0-rc1' into 2.0-rc1
Conflicts: setup.py
This commit is contained in:
commit
53e3bd334c
23 changed files with 320 additions and 164 deletions
18
setup.py
18
setup.py
|
@ -75,11 +75,11 @@ conditional_dependencies = {
|
|||
|
||||
|
||||
setup(
|
||||
name = "jrnl",
|
||||
version = get_version(),
|
||||
description = "A command line journal application that stores your journal in a plain text file",
|
||||
packages = ['jrnl'],
|
||||
install_requires = [
|
||||
name="jrnl",
|
||||
version=get_version(),
|
||||
description="A command line journal application that stores your journal in a plain text file",
|
||||
packages=['jrnl'],
|
||||
install_requires=[
|
||||
"pyxdg>=0.19",
|
||||
"parsedatetime>=1.2",
|
||||
"pytz>=2013b",
|
||||
|
@ -115,9 +115,9 @@ setup(
|
|||
'Topic :: Text Processing'
|
||||
],
|
||||
# metadata for upload to PyPI
|
||||
author = "Manuel Ebert",
|
||||
author_email = "manuel@1450.me",
|
||||
author="Manuel Ebert",
|
||||
author_email="manuel@1450.me",
|
||||
license="LICENSE",
|
||||
keywords = "journal todo todo.txt jrnl".split(),
|
||||
url = "http://www.jrnl.sh",
|
||||
keywords="journal todo todo.txt jrnl".split(),
|
||||
url="http://www.jrnl.sh",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue