Skip to content

Commit

Permalink
0.1.0 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
308188605@qq.com committed Aug 9, 2019
1 parent 7a18aed commit 1c2f2dd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
description=("Make it easy to do research on pytorch"),
# long_description=open('docs/source/index.rst').read(),
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
long_description_content_type="text/markdown",
license="Apache License 2.0",
keywords="pytorch research framework",
platforms=["all"],
Expand All @@ -22,7 +22,7 @@
'jdit/trainer/instances',
'jdit/assessment',
'jdit/parallel'],
# 'mypackage','mypackage/model','mypackage/metric','mypackage/model/shared'], # 需要打包的目录列表
# 'mypackage','mypackage/model','mypackage/metric','mypackage/model/shared'], # 需要打包的目录列表

# 需要安装的依赖
install_requires=[
Expand All @@ -41,7 +41,9 @@
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"License :: OSI Approved :: Apache Software License",
# 'Development Status :: 2 - Pre-Alpha',
'Development Status :: 3 - Alpha',
# 'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
# 'Development Status :: 5 - Production/Stable',
'Operating System :: OS Independent',
'Intended Audience :: Developers',
"Programming Language :: Python :: 3 :: Only",
Expand Down

0 comments on commit 1c2f2dd

Please sign in to comment.