1 Star 0 Fork 0

点点杠 / Time-Extractor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
setup.py 856 Bytes
一键复制 编辑 原始数据 按行查看 历史
不想起床 提交于 2020-12-26 11:29 . v1.0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Time : 2017/12/5 15:10
# @Author : zhm
# @File : setup.py.py
# @Software: PyCharm
# @Changed : tianyuningmou
from setuptools import setup
setup(
name="TimeConverter",
version="1.1.0",
keywords=("time", "nlp"),
description="...",
long_description="...",
license="MIT Licence",
url="http://test.com",
author="test",
author_email="test@gmail.com",
packages=['', 'resource'],
package_data={'resource': ['*.json', '*.pkl']},
include_package_data=True,
platforms="any",
install_requires=['regex>=2017',
'arrow>=0.10'],
zip_safe=False,
classifiers=[
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.6'
]
)
1
https://gitee.com/diandiangang/Time-Extractor.git
git@gitee.com:diandiangang/Time-Extractor.git
diandiangang
Time-Extractor
Time-Extractor
master

搜索帮助