Skip to content

Commit 24ea8a6

Browse files
authored
Merge pull request #246 from jahn96/dev_branch
Fix PyPi installation error
2 parents 6575cfe + af10517 commit 24ea8a6

18 files changed

+7331
-1814
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)