Skip to content

Commit d76a807

Browse files
committed
Update metadata for release
1 parent f1847f3 commit d76a807

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,4 +377,5 @@ nbgrader autograde --ExecutePreprocessor.kernel_name=testcourse-0.5.9 R1_Introdu
377377

378378
Developed at Aalto University Science-IT. Primary contact: Richard
379379
Darst. Contributions welcome from anyone. As of early 2019, it is
380-
almost at production quality.
380+
mid 2019, it's usable but there may be bugs as it gets used in more
381+
sites.

setup.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77
name="envkernel",
88
version="0.0.2.dev0",
99
author="Richard Darst",
10-
author_email="[email protected]",
11-
description="Jupyter kernels in docker, singularity, Lmod",
10+
author_email="[email protected]",
11+
description="Jupyter kernels manipulation and in other environments (docker, Lmod, etc.)",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/NordicHPC/envkernel",
1515
#packages=setuptools.find_packages(),
1616
py_modules=["envkernel"],
17+
keywords='jupyter kernelspec',
18+
python_requires='>=3.5',
1719
entry_points={
1820
'console_scripts': [
1921
'envkernel=envkernel:main',
@@ -23,7 +25,11 @@
2325
"Programming Language :: Python :: 3",
2426
"License :: OSI Approved :: MIT License",
2527
"Operating System :: OS Independent",
26-
"Development Status :: 3 - Alpha",
28+
"Development Status :: 4 - Beta",
2729
"Framework :: Jupyter",
30+
"Environment :: Console",
31+
"Intended Audience :: System Administrators",
32+
"Intended Audience :: Developers",
33+
"Intended Audience :: Science/Research",
2834
],
2935
)

0 commit comments

Comments
 (0)