|
45 | 45 | long_description= long_description, |
46 | 46 | long_description_content_type="text/markdown", |
47 | 47 | packages=setuptools.find_packages(), |
48 | | - install_requires=[ |
49 | | - "jupyterlab>=3.0.0rc13,==3.*", |
50 | | - "packaging" |
51 | | - ], |
| 48 | + install_requires=[], |
52 | 49 | zip_safe=False, |
53 | 50 | include_package_data=True, |
54 | | - python_requires=">=3.6", |
| 51 | + python_requires=">=3.7", |
55 | 52 | license="BSD-3-Clause", |
56 | 53 | platforms="Linux, Mac OS X, Windows", |
57 | 54 | keywords=["Jupyter", "JupyterLab", "JupyterLab3"], |
58 | 55 | classifiers=[ |
59 | 56 | "License :: OSI Approved :: BSD License", |
60 | 57 | "Programming Language :: Python", |
61 | 58 | "Programming Language :: Python :: 3", |
62 | | - "Programming Language :: Python :: 3.6", |
63 | 59 | "Programming Language :: Python :: 3.7", |
64 | 60 | "Programming Language :: Python :: 3.8", |
| 61 | + "Programming Language :: Python :: 3.9", |
| 62 | + "Programming Language :: Python :: 3.10", |
65 | 63 | "Framework :: Jupyter", |
| 64 | + "Framework :: Jupyter :: JupyterLab", |
| 65 | + "Framework :: Jupyter :: JupyterLab :: 3", |
| 66 | + "Framework :: Jupyter :: JupyterLab :: Extensions", |
| 67 | + "Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt", |
66 | 68 | ], |
67 | 69 | ) |
68 | 70 |
|
|
0 commit comments