From 31d94a34925c66441f715d865b5f22e6a76aa2cd Mon Sep 17 00:00:00 2001 From: simply-nicky <simply.i.nicky@gmail.com> Date: Mon, 30 Nov 2020 17:19:46 +0100 Subject: [PATCH] LICENSE added to sdist --- 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 9be4f38..bbba69b 100755 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,5 +3,6 @@ graft pyrost/config graft pyrost/bin exclude dev.pyx include pytest.ini +include LICENSE global-exclude *.py[cod] global-exclude *.so \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index a309989..300f76f 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.8' +release = '0.1.9' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 22df971..fb11496 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ with open('README.md', 'r') as readme: long_description = readme.read() setup(name='pyrost', - version='0.1.8', + version='0.1.9', author='Nikolay Ivanov', author_email="nikolay.ivanov@desy.de", long_description=long_description, -- GitLab