Ai
1 Star 0 Fork 1

彳彳/mac.py

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
setup.py 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
hustcc 提交于 2016-04-28 19:07 +08:00 . v1.0.3
# -*- 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']}
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/imxgr/mac.py.git
git@gitee.com:imxgr/mac.py.git
imxgr
mac.py
mac.py
master

搜索帮助