From 28ca895005afd26bf470dec9505a2a55eded7202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Meg=C3=ADas?= <109989219+andresmegias@users.noreply.github.com> Date: Wed, 9 Nov 2022 19:52:17 +0100 Subject: [PATCH] Add files via upload --- bld.bat | 2 ++ build.sh | 1 + meta.yaml | 27 +++++++++++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 bld.bat create mode 100644 build.sh create mode 100644 meta.yaml diff --git a/bld.bat b/bld.bat new file mode 100644 index 0000000..89ca035 --- /dev/null +++ b/bld.bat @@ -0,0 +1,2 @@ +"%PYTHON%" setup.py install +if error level 1 exit 1 \ No newline at end of file diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..ee23756 --- /dev/null +++ b/build.sh @@ -0,0 +1 @@ +$PYTHON setup.py install \ No newline at end of file diff --git a/meta.yaml b/meta.yaml new file mode 100644 index 0000000..e707c4a --- /dev/null +++ b/meta.yaml @@ -0,0 +1,27 @@ +package: + name: 'richvalues' + version: '1.0.5' + +source: + git_rev: v1.0.5 + git_url: https://github.com/andresmegias/richvalues + +requirements: + host: + - python + - setuptools + build: + - python + run: + - python + - numpy + - pandas + - jupyter + - ipykernel + +about: + home: https://github.com/andresmegias/richvalues + license: BSD-3-Clause + license_family: BSD + license_file: LICENSE.txt + summary: 'Python library for dealing with uncertainties and upper/lower limits'