From 67a4244e47bbfd84f6c5d1b5a745c9655f14de0c Mon Sep 17 00:00:00 2001 From: Felipe Schneider Date: Wed, 28 Aug 2019 17:36:09 -0300 Subject: [PATCH 1/3] Correct links --- README.rst | 6 +++--- pnictogen/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 600a4e8..e91c7c4 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -.. |build-badge| image:: https://travis-ci.org/dudektria/pnictogen.svg?branch=master - :target: https://travis-ci.org/dudektria/pnictogen +.. |build-badge| image:: https://travis-ci.org/schneiderfelipe/pnictogen.svg?branch=master + :target: https://travis-ci.org/schneiderfelipe/pnictogen :alt: Travis CI Status .. |pypi-badge| image:: https://badge.fury.io/py/pnictogen.svg @@ -39,7 +39,7 @@ It is based on Jinja2_, a modern and friendly templating language for Python: pnictogen is the big brother of nitrogen_, hence the `name `_. -.. _pnictogen: https://github.com/dudektria/pnictogen +.. _pnictogen: https://github.com/schneiderfelipe/pnictogen .. _nitrogen: https://github.com/chemical-scripts/nitrogen .. _Jinja2: http://jinja.pocoo.org/docs/latest/ diff --git a/pnictogen/__init__.py b/pnictogen/__init__.py index 294fe70..4c554ce 100644 --- a/pnictogen/__init__.py +++ b/pnictogen/__init__.py @@ -127,7 +127,7 @@ def argparser(): parser = argparse.ArgumentParser( description="input generation for computational chemistry packages", epilog="""%(prog)s is licensed under the MIT License - """, + """, ) parser.add_argument( diff --git a/setup.py b/setup.py index 51bb9e9..ed8eb08 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ version_file = open(os.path.join(this_directory, "VERSION")) version = version_file.read().strip() -url = "https://github.com/dudektria/pnictogen" +url = "https://github.com/schneiderfelipe/pnictogen" download_url = "{:s}/archive/{:s}.tar.gz".format(url, version) with open(os.path.join(this_directory, "README.rst")) as f: From 36964e5da9c2615b4a418d8f94b71c1df906c71d Mon Sep 17 00:00:00 2001 From: Felipe Schneider Date: Wed, 28 Aug 2019 17:37:47 -0300 Subject: [PATCH 2/3] Remove citation of nitrogen, which is a dead project --- README.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.rst b/README.rst index e91c7c4..998fdd7 100644 --- a/README.rst +++ b/README.rst @@ -36,11 +36,7 @@ It is based on Jinja2_, a modern and friendly templating language for Python: H -0.06802 1.00961 0.00000 * -pnictogen is the big brother of nitrogen_, hence the -`name `_. - .. _pnictogen: https://github.com/schneiderfelipe/pnictogen -.. _nitrogen: https://github.com/chemical-scripts/nitrogen .. _Jinja2: http://jinja.pocoo.org/docs/latest/ Installation From 1b5ebcbe97e889f2819265fdf2c88f399e2e5ad2 Mon Sep 17 00:00:00 2001 From: Felipe Schneider Date: Wed, 28 Aug 2019 17:38:21 -0300 Subject: [PATCH 3/3] Bump version --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 1d0ba9e..267577d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 +0.4.1