chore: relicense MIT -> PolyForm Noncommercial 1.0.0; add support link (v0.18.1)

aci-sim remains free for personal/lab/research and other noncommercial use;
commercial use now requires permission. README gains a Buy-Me-a-Coffee badge.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
dtzp555-max
2026-07-07 08:03:01 +10:00
co-authored by Claude Fable 5
parent 6ecd89d550
commit ff838e2467
4 changed files with 150 additions and 23 deletions
+4 -4
View File
@@ -1,16 +1,16 @@
[project]
name = "aci-sim"
version = "0.18.0"
version = "0.18.1"
description = "Faithful REST simulator of a 2-site Cisco ACI fabric (per-site APIC + ND/NDO)"
readme = "README.md"
license = "MIT"
license = "PolyForm-Noncommercial-1.0.0"
authors = [
{ name = "aci-sim contributors" },
]
requires-python = ">=3.11"
classifiers = [
# No "License :: OSI Approved :: MIT License" classifier: the SPDX
# `license = "MIT"` field above supersedes license classifiers (PEP 639)
# No license classifier: the SPDX `license` field above supersedes
# license classifiers (PEP 639)
# and modern setuptools rejects having both.
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",