1 Star 0 Fork 0

stoneqp/When.py

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
Andy Dirnberger 提交于 2015-02-16 16:53 . Clean up
from setuptools import setup
setup(
name='whenpy',
version='0.4.0',
description='Friendly Dates and Times',
long_description=open('README.rst').read(),
author='Andy Dirnberger',
author_email='dirn@dirnonline.com',
url='https://github.com/dirn/When.py',
py_modules=['when'],
package_data={'': ['LICENSE', 'README.rst']},
include_package_data=True,
install_requires=['pytz'],
tests_require=['coverage', 'mock', 'nose'],
license=open('LICENSE').read(),
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries :: Python Modules',
],
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/stoneqp/When.py.git
git@gitee.com:stoneqp/When.py.git
stoneqp
When.py
When.py
develop

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385