diff options
-rw-r--r-- | LICENSE.md | 2 | ||||
-rw-r--r-- | README.md | 18 | ||||
-rw-r--r-- | setup.cfg | 3 |
3 files changed, 22 insertions, 1 deletions
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. @@ -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). @@ -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 |