We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a57e37 commit be39db6Copy full SHA for be39db6
scapy-rpc/msrpcs/__init__.py
@@ -10,7 +10,7 @@
10
import importlib.machinery
11
import pathlib
12
13
-__version__ = "0.0.1"
+__version__ = "0.0.3"
14
15
16
def scapy_ext(plg):
scapy-rpc/pyproject.toml
@@ -4,13 +4,16 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "scapy-rpc"
7
-version = "0.0.2"
+version = "0.0.3"
8
dynamic = ["readme"]
9
+authors = [
+ { name="Gabriel POTTER" },
+]
+license = "GPL-2.0-only"
requires-python = ">=3.7, <4"
description = "Scapy RPC definitions"
classifiers = [
"Framework :: Scapy",
- "License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
17
]
18
19
[tool.setuptools.packages.find]
0 commit comments