Skip to content

Commit be39db6

Browse files
committed
Update for new loading mechanism
1 parent 2a57e37 commit be39db6

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

scapy-rpc/msrpcs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import importlib.machinery
1111
import pathlib
1212

13-
__version__ = "0.0.1"
13+
__version__ = "0.0.3"
1414

1515

1616
def scapy_ext(plg):

scapy-rpc/pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "scapy-rpc"
7-
version = "0.0.2"
7+
version = "0.0.3"
88
dynamic = ["readme"]
9+
authors = [
10+
{ name="Gabriel POTTER" },
11+
]
12+
license = "GPL-2.0-only"
913
requires-python = ">=3.7, <4"
1014
description = "Scapy RPC definitions"
1115
classifiers = [
1216
"Framework :: Scapy",
13-
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
1417
]
1518

1619
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)