Skip to content

Commit 8ea19d5

Browse files
committed
3J - Fix invalid licence format thing
1 parent 169f5c1 commit 8ea19d5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ description = Split a single tcp/ip connection between multiple servers.
44
long_description = file: README.md
55
long_description_content_type = text/markdown
66
author = Omena0
7-
license = PolyForm Noncommercial License 1.0.0
7+
license = PolyForm Noncommercial 1.0.0
8+
license_files = COPYING.md
89
url = https://github.com/Omena0/NetSplit
910
classifiers =
1011
Programming Language :: Python :: 3
12+
Programming Language :: Python :: 3.13
1113
Programming Language :: Python :: 3.13.5
12-
License :: PolyForm Noncommercial License 1.0.0
14+
License :: Other/Proprietary License
1315
Operating System :: OS Independent
1416

1517
[options]

0 commit comments

Comments
 (0)