mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-20 01:01:34 +00:00
Initial Windows build.
This commit is contained in:
parent
dd0a3f143b
commit
cde62c5db3
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
|
@ -90,6 +90,8 @@ try:
|
|||
except ImportError:
|
||||
bdist_wheel = None
|
||||
|
||||
cmdclass = {'nDPI': BuildNdpiCommand, 'build_py': BuildPyCommand, 'bdist_wheel': bdist_wheel} if bdist_wheel is not None else dict()
|
||||
|
||||
setup(
|
||||
name="nfstream",
|
||||
version='3.0.4',
|
||||
|
|
@ -102,7 +104,7 @@ setup(
|
|||
author_email='aouinizied@gmail.com',
|
||||
packages=['nfstream'],
|
||||
install_requires=install_requires,
|
||||
cmdclass={'nDPI': BuildNdpiCommand, 'build_py': BuildPyCommand, 'bdist_wheel': bdist_wheel},
|
||||
cmdclass=cmdclass,
|
||||
setup_requires=pytest_runner,
|
||||
tests_require=['pytest>=5.0.1'],
|
||||
include_package_data=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue