forked from nixawk/nmap_vscan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.py
25 lines (21 loc) · 764 Bytes
/
setup.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
from distutils.core import setup
setup(
name='nmap_vscan',
version='1.1.0',
author='Nixawk',
author_email='',
license='MIT',
url='https://github.com/nixawk/nmap_vscan',
description='nmap service and application version detection (without nmap installation)',
long_description=open('README.rst').read(),
keywords='nmap vscan fingerprint recognition security',
packages=['nmap_vscan'],
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: System Administrators',
'Programming Language :: Python :: 2 :: Only',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
],
)
# https://pypi.python.org/pypi?%3Aaction=list_classifiers