Skip to content

Commit

Permalink
Update for a directory name change
Browse files Browse the repository at this point in the history
Also a few other unrelated bro to zeek renaming changes.
  • Loading branch information
dnthayer committed May 24, 2019
1 parent 61b4d60 commit bd941aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -21,12 +21,12 @@

setup(name="pysubnettree",
version="0.30", # Filled in automatically.
maintainer="The Bro Project",
maintainer_email="info@bro.org",
maintainer="The Zeek Project",
maintainer_email="info@zeek.org",
license="BSD",
description=description,
py_modules=['SubnetTree'],
url="http://www.bro.org/sphinx/components/pysubnettree/README.html",
url="http://www.zeek.org/sphinx/components/pysubnettree/README.html",
ext_modules = [
Extension("_SubnetTree",
sources=["SubnetTree.cc", "patricia.c", "SubnetTree_wrap.cc"],
Expand Down
2 changes: 1 addition & 1 deletion testing/btest.cfg
Expand Up @@ -6,6 +6,6 @@ IgnoreDirs = .svn CVS .tmp
IgnoreFiles = *.tmp *.swp #* *.trace .DS_Store

[environment]
PYTHONPATH=%(testbase)s/../../../../../build/aux/broctl/aux/pysubnettree:%(testbase)s/Scripts
PYTHONPATH=%(testbase)s/../../../../../build/aux/zeekctl/aux/pysubnettree:%(testbase)s/Scripts
PATH=%(testbase)s/../../../../btest:%(default_path)s
TMPDIR=%(testbase)s/.tmp

0 comments on commit bd941aa

Please sign in to comment.