mirror of
https://github.com/dtzp555-max/aci-sim.git
synced 2026-07-19 09:46:33 +00:00
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:
co-authored by
Claude Fable 5
parent
6ecd89d550
commit
ff838e2467
+4
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user