aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-25 21:40:06 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-25 21:40:06 -0600
commit48ae20ce92d48dce051d9c29e2c16c5bced6b458 (patch)
tree83eceadb462b227b10978ec0728031acf54c792f
parent180bfa4bfe37b5b64573265bc3005ad0b2c1013d (diff)
downloadyapymake-0.1.0.tar.gz
yapymake-0.1.0.zip
add license info0.1.0
-rw-r--r--LICENSE.md2
-rw-r--r--README.md18
-rw-r--r--setup.cfg3
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.
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