Skip to content

Commit

Permalink
Merge branch 'update-email'
Browse files Browse the repository at this point in the history
  • Loading branch information
paetzke committed Aug 15, 2015
2 parents 872882b + 7f31f8f commit 555ad9e
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion orgco/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
orgco
Copyright (c) 2013, Friedrich Paetzke (f.paetzke@gmail.com)
Copyright (c) 2013, Friedrich Paetzke (paetzke@fastmail.fm)
All rights reserved.
"""
Expand Down
2 changes: 1 addition & 1 deletion orgco/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
orgco
Copyright (c) 2013, Friedrich Paetzke (f.paetzke@gmail.com)
Copyright (c) 2013, Friedrich Paetzke (paetzke@fastmail.fm)
All rights reserved.
"""
Expand Down
2 changes: 1 addition & 1 deletion orgco/orgalyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
orgco
Copyright (c) 2013, Friedrich Paetzke (f.paetzke@gmail.com)
Copyright (c) 2013, Friedrich Paetzke (paetzke@fastmail.fm)
All rights reserved.
"""
Expand Down
2 changes: 1 addition & 1 deletion orgco/orgco.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
orgco
Copyright (c) 2013, Friedrich Paetzke (f.paetzke@gmail.com)
Copyright (c) 2013, Friedrich Paetzke (paetzke@fastmail.fm)
All rights reserved.
"""
Expand Down
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,19 @@
"""
orgco
Copyright (c) 2013-2014, Friedrich Paetzke (f.paetzke@gmail.com)
Copyright (c) 2013-2014, Friedrich Paetzke (paetzke@fastmail.fm)
All rights reserved.
"""
from setuptools import setup, find_packages

from setuptools import find_packages, setup

setup(name='orgco',
py_modules=['orgco'],
description='With orgco you can convert Emacs\' orgmode to other formats.',
long_description=(open('README.rst').read()),
version='0.1.1',
author='Friedrich Paetzke',
author_email='f.paetzke@gmail.com',
author_email='paetzke@fastmail.fm',
license='BSD',
url='https://github.com/paetzke/orgco',
packages=find_packages(exclude=['tests*']),
Expand Down
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
orgco
Copyright (c) 2013-2014, Friedrich Paetzke (f.paetzke@gmail.com)
Copyright (c) 2013-2014, Friedrich Paetzke (paetzke@fastmail.fm)
All rights reserved.
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/test_find_markup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
orgco
Copyright (c) 2013-2014, Friedrich Paetzke (f.paetzke@gmail.com)
Copyright (c) 2013-2014, Friedrich Paetzke (paetzke@fastmail.fm)
All rights reserved.
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/test_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
orgco
Copyright (c) 2013-2014, Friedrich Paetzke (f.paetzke@gmail.com)
Copyright (c) 2013-2014, Friedrich Paetzke (paetzke@fastmail.fm)
All rights reserved.
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/test_orgdoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
orgco
Copyright (c) 2013-2014, Friedrich Paetzke (f.paetzke@gmail.com)
Copyright (c) 2013-2014, Friedrich Paetzke (paetzke@fastmail.fm)
All rights reserved.
"""
Expand Down
4 changes: 2 additions & 2 deletions tests/test_rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
orgco
Copyright (c) 2013-2014, Friedrich Paetzke (f.paetzke@gmail.com)
Copyright (c) 2013-2014, Friedrich Paetzke (paetzke@fastmail.fm)
All rights reserved.
"""
Expand Down Expand Up @@ -37,7 +37,7 @@ def test_header01():


def test_images00():
assertOrgAndRstEqual('images00.org', 'images00.rst')
assertOrgAndRstEqual('images00.org', 'images00.rst')


def test_list00():
Expand Down
2 changes: 1 addition & 1 deletion tests/test_shortcuts.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
orgco
Copyright (c) 2013-2014, Friedrich Paetzke (f.paetzke@gmail.com)
Copyright (c) 2013-2014, Friedrich Paetzke (paetzke@fastmail.fm)
All rights reserved.
"""
Expand Down

0 comments on commit 555ad9e

Please sign in to comment.