Skip to content

Commit 370b593

Browse files
committed
LICENSE and small finishing touches
1 parent a01b01f commit 370b593

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

LICENSE

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
ISC License
2+
3+
Copyright (c) 2025 Alexandre Gomes Gaigalas <alganet@gmail.com>
4+
5+
Permission to use, copy, modify, and/or distribute this software for any
6+
purpose with or without fee is hereby granted, provided that the above
7+
copyright notice and this permission notice appear in all copies.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10+
WITH RESPECT TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
#
33
# SPDX-License-Identifier: ISC
44

5+
include LICENSE
6+
include README.md
7+
include pyproject.toml
8+
recursive-include apywire *.py *.pyi *.pxd *.pxd *.c
59
include apywire/py.typed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ make .venv && source .venv/bin/activate # Setup
5656
make all # Format, lint, test, build
5757
```
5858

59-
See [AGENTS.md](AGENTS.md) for guidelines.
59+
See [docs/development.md](docs/development.md) for guidelines.
6060

6161
## License
6262

0 commit comments

Comments
 (0)