From 05c56a28810087090e3f7337c6326a83fa8883af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Afr=C3=A2nio=20Melo?= <40374017+afraniomelo@users.noreply.github.com> Date: Sat, 31 Aug 2024 19:22:58 -0300 Subject: [PATCH] adding requirements to source distribution --- MANIFEST.in | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..540b720 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include requirements.txt \ No newline at end of file diff --git a/setup.py b/setup.py index 7cbe473..dfa6e0a 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ name='bibmon', description='Library with routines for data-driven process monitoring.', license='Apache 2.0', - version='1.1.0', + version='1.1.1', long_description=README, long_description_content_type='text/markdown', url='https://github.com/petrobras/bibmon',