|
7 | 7 | name="envkernel",
|
8 | 8 | version="0.0.2.dev0",
|
9 | 9 | author="Richard Darst",
|
10 |
| - |
11 |
| - description="Jupyter kernels in docker, singularity, Lmod", |
| 10 | + |
| 11 | + description="Jupyter kernels manipulation and in other environments (docker, Lmod, etc.)", |
12 | 12 | long_description=long_description,
|
13 | 13 | long_description_content_type="text/markdown",
|
14 | 14 | url="https://github.com/NordicHPC/envkernel",
|
15 | 15 | #packages=setuptools.find_packages(),
|
16 | 16 | py_modules=["envkernel"],
|
| 17 | + keywords='jupyter kernelspec', |
| 18 | + python_requires='>=3.5', |
17 | 19 | entry_points={
|
18 | 20 | 'console_scripts': [
|
19 | 21 | 'envkernel=envkernel:main',
|
|
23 | 25 | "Programming Language :: Python :: 3",
|
24 | 26 | "License :: OSI Approved :: MIT License",
|
25 | 27 | "Operating System :: OS Independent",
|
26 |
| - "Development Status :: 3 - Alpha", |
| 28 | + "Development Status :: 4 - Beta", |
27 | 29 | "Framework :: Jupyter",
|
| 30 | + "Environment :: Console", |
| 31 | + "Intended Audience :: System Administrators", |
| 32 | + "Intended Audience :: Developers", |
| 33 | + "Intended Audience :: Science/Research", |
28 | 34 | ],
|
29 | 35 | )
|
0 commit comments