Skip to content

Commit 5861d82

Browse files
committed
Partial 3.0 setup
1 parent bb08700 commit 5861d82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@
1313
HERE = os.path.abspath(os.path.dirname(__file__))
1414

1515
# The name of the project
16+
1617
name="code_snippet"
1718

1819
# Get our version
1920
with open(os.path.join(HERE, 'package.json')) as f:
2021
version = json.load(f)['version']
2122

23+
2224
lab_path = os.path.join(HERE, name, "labextension")
2325

2426
# Representative files that should exist after a successful build

0 commit comments

Comments
 (0)