Skip to content

Commit 169f5c1

Browse files
committed
3I - Fix wrong licence in setup.cfg
1 parent f241d41 commit 169f5c1

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed

_tmp_check_pypi.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

_tmp_map.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

setup.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ name = PyNetSplit
33
description = Split a single tcp/ip connection between multiple servers.
44
long_description = file: README.md
55
long_description_content_type = text/markdown
6-
author = Unknown
7-
license = MIT
6+
author = Omena0
7+
license = PolyForm Noncommercial License 1.0.0
88
url = https://github.com/Omena0/NetSplit
99
classifiers =
1010
Programming Language :: Python :: 3
11-
License :: OSI Approved :: MIT License
11+
Programming Language :: Python :: 3.13.5
12+
License :: PolyForm Noncommercial License 1.0.0
1213
Operating System :: OS Independent
1314

1415
[options]

0 commit comments

Comments
 (0)