up-ipykernel 0.0.2__tar.gz → 0.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {up_ipykernel-0.0.2 → up_ipykernel-0.0.3}/PKG-INFO +2 -2
- {up_ipykernel-0.0.2 → up_ipykernel-0.0.3}/setup.py +3 -3
- {up_ipykernel-0.0.2 → up_ipykernel-0.0.3}/up_ipykernel.egg-info/PKG-INFO +2 -2
- up_ipykernel-0.0.3/up_ipykernel.egg-info/entry_points.txt +2 -0
- up_ipykernel-0.0.2/up_ipykernel.egg-info/entry_points.txt +0 -2
- {up_ipykernel-0.0.2 → up_ipykernel-0.0.3}/setup.cfg +0 -0
- {up_ipykernel-0.0.2 → up_ipykernel-0.0.3}/up_ipykernel.egg-info/SOURCES.txt +0 -0
- {up_ipykernel-0.0.2 → up_ipykernel-0.0.3}/up_ipykernel.egg-info/dependency_links.txt +0 -0
- {up_ipykernel-0.0.2 → up_ipykernel-0.0.3}/up_ipykernel.egg-info/requires.txt +0 -0
- {up_ipykernel-0.0.2 → up_ipykernel-0.0.3}/up_ipykernel.egg-info/top_level.txt +0 -0
- {up_ipykernel-0.0.2 → up_ipykernel-0.0.3}/up_ipykernel.py +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
from setuptools import setup
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
|
-
name="
|
|
5
|
-
version="0.0.
|
|
4
|
+
name="up_ipykernel",
|
|
5
|
+
version="0.0.3",
|
|
6
6
|
description="適用於 Python 所有版本的通用 Jupyter 核心註冊工具",
|
|
7
7
|
py_modules=["up_ipykernel"],
|
|
8
8
|
install_requires=[
|
|
@@ -10,7 +10,7 @@ setup(
|
|
|
10
10
|
],
|
|
11
11
|
entry_points={
|
|
12
12
|
"console_scripts": [
|
|
13
|
-
"
|
|
13
|
+
"pykernel=up_ipykernel:main", # 這裡改成你想要的執行檔名稱
|
|
14
14
|
],
|
|
15
15
|
},
|
|
16
16
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|