From 48ae20ce92d48dce051d9c29e2c16c5bced6b458 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Thu, 25 Mar 2021 21:40:06 -0600 Subject: add license info --- LICENSE.md | 2 ++ README.md | 18 ++++++++++++++++++ setup.cfg | 3 ++- 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..26874f0 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,2 @@ +Released under the [Indie Code Catalog Standard Deal](https://indiecc.com/deal/3.0.0), +version 3.0.0 or later. diff --git a/README.md b/README.md index 8023543..77f3c2b 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,21 @@ A (mostly) [POSIX-compatible](https://pubs.opengroup.org/onlinepubs/9699919799/u - XSI conformance (SCCS integration) not implemented - signal handling not implemented - library handling not implemented +- some POSIX-specified features are pending (search `TODO` for a list) + +## status + +there are no automated tests whatsoever, so if this works, consider that a coincidence. +that said, it might work. + +## changelog + +### v0.1.0 - 2021-03-25 + +- initial release + +## license + +Released under the [Indie Code Catalog Standard Deal](https://indiecc.com/deal/3.0.0), version 3.0.0 or later. + +Commercial licenses are available for purchase [through Indie Code Catalog](https://indiecc.com/~boringcactus/yapymake). diff --git a/setup.cfg b/setup.cfg index c148dd6..66ce350 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,8 @@ classifiers = License :: Other/Proprietary License Operating System :: OS Independent Topic :: Software Development :: Build Tools -# license_files = +license_files = + LICENSE.md description = attr: yapymake.DESCRIPTION long_description = file: README.md keywords = build, make -- cgit v1.2.3