Skip to content

Commit

Permalink
Creating a release with information message on migrating to new name
Browse files Browse the repository at this point in the history
  • Loading branch information
phaethon committed May 26, 2018
1 parent 42f4780 commit 399ad6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scapy/layers/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import logging
log = logging.getLogger("scapy.loading")

log_loading.info("Please, report issues to https://github.com/phaethon/scapy")
log_loading.info("This PyPI package is frozen and will not receive future updates. Please, see more information on https://github.com/phaethon/kamene")

def _import_star(m):
#mod = __import__("." + m, globals(), locals())
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def make_ezipfile(base_name, base_dir, verbose=0, dry_run=0, **kwargs):

setup(
name = 'scapy-python3',
version = '0.23',
version = '0.24',
packages=['scapy','scapy/arch', 'scapy/arch/windows', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules', 'scapy/crypto', 'scapy/contrib'],
scripts = SCRIPTS,
data_files = [('share/man/man1', ["doc/scapy.1.gz"])],
Expand Down

0 comments on commit 399ad6f

Please sign in to comment.