Skip to content

Commit af10517

Browse files
committed
Fix pypi bug
1 parent b2106f4 commit af10517

18 files changed

+7334
-1817
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,5 @@ dmypy.json
115115

116116

117117
# Jupyter Stuff
118-
jupyterlab-code-snippets/
119118
_temp_extension/
120119
yarn.lock

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ for the frontend extension.
1717

1818
## Requirements
1919

20-
- JupyterLab >= 3.0
20+
- JupyterLab >= 3.5.3
21+
- Python >= 3.7
2122

2223
## Install
2324

jupyterlab-code-snippets/_version.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# This file is auto-generated by Hatchling. As such, do not:
2+
# - modify
3+
# - track in version control e.g. be sure to add to .gitignore
4+
__version__ = VERSION = '2.2.0'

0 commit comments

Comments
 (0)