Skip to content
Extraits de code Groupes Projets
Valider e6552a8b rédigé par François De Keersmaeker's avatar François De Keersmaeker
Parcourir les fichiers

Small updates

parent 8fbd46f2
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
""" """
Initialization script for package `pcap_fuzzer`. Initialization script for package `pcap-fuzzer`.
""" """
from .pcap_fuzzer import fuzz_pcaps from .pcap_fuzzer import fuzz_pcaps
......
...@@ -14,11 +14,10 @@ setup( ...@@ -14,11 +14,10 @@ setup(
classifiers=[ classifiers=[
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Operating System :: OS Independent', 'Operating System :: OS Independent'
], ],
python_requires='>=3.7', python_requires='>=3.7',
install_requires=[ install_requires=[
'scapy', 'scapy'
], ]
#test_suite='tests',
) )
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter