From 85be942f3a95232e93145f4990bfcd34e3deabd2 Mon Sep 17 00:00:00 2001 From: Nikolay Ivanov <simply_nicky@nikolays-mbp.localdomain> Date: Sun, 29 Nov 2020 13:52:09 +0100 Subject: [PATCH] pytest.ini included in packaging, version changed to 0.1.4 --- MANIFEST.in | 1 + docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 273f972..9be4f38 100755 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,5 +2,6 @@ graft tests graft pyrost/config graft pyrost/bin exclude dev.pyx +include pytest.ini global-exclude *.py[cod] global-exclude *.so \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 786ec05..8ea2c3a 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ copyright = '2020, Nikolay Ivanov' author = 'Nikolay Ivanov' # The full version, including alpha/beta/rc tags -release = '0.1.3' +release = '0.1.4' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index c4a850a..8e3b556 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ with open('README.md', 'r') as readme: long_description = readme.read() setup(name='pyrost', - version='0.1.3', + version='0.1.4', author='Nikolay Ivanov', author_email="nikolay.ivanov@desy.de", long_description=long_description, -- GitLab