From 31f9dfd80b7c95021c4e489aa104e2af3fbdfec0 Mon Sep 17 00:00:00 2001 From: "Brandon T. Willard" Date: Sun, 22 Dec 2019 15:06:12 -0600 Subject: [PATCH 1/2] Update license and add a funding option --- .github/FUNDING.yml | 1 + LICENSE.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..e38718d --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: [brandonwillard] diff --git a/LICENSE.txt b/LICENSE.txt index 775eca5..01234de 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,3 +1,4 @@ +Copyright (c) 2019 Brandon T. Willard Copyright (c) 2014 Matthew Rocklin All rights reserved. From f3390a7ad6825bb17779fdc75e716c73e15b4c1c Mon Sep 17 00:00:00 2001 From: "Brandon T. Willard" Date: Sun, 22 Dec 2019 15:14:18 -0600 Subject: [PATCH 2/2] Update project development status --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a662dc8..c953345 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ zip_safe=False, python_requires=">=3.6", classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License",