代码拉取完成,页面将自动刷新
# -*- coding: utf-8 -*-
from distutils.core import setup
from setuptools import find_packages
setup(name = 'mac.py',
version = '1.0.3',
description = 'A python lib to search Manufacturer of mac address',
long_description = '',
author = 'hustcc',
author_email = 'i@hust.cc',
url = 'https://github.com/hustcc/mac.py',
license = 'MIT',
install_requires = [],
classifiers = [
'Intended Audience :: Developers',
'Operating System :: OS Independent',
'Natural Language :: Chinese (Simplified)',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Utilities'
],
keywords = 'mac.py,mac address,mac Manufacturer',
packages = find_packages('src'),
package_dir = {'':'src'},
include_package_data = True,
package_data = {'src':['macpy/oui_3.dict', 'macpy/oui_3.dict']}
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。