We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ffb97 commit 1716adaCopy full SHA for 1716ada
pyproject.toml
@@ -1,3 +1,3 @@
1
[build-system]
2
-# Minimum requirements for the build system to execute.
3
-requires = ["setuptools", "wheel", "jupyterlab==3.*"]
+requires = ["jupyterlab>=3.0.0", "setuptools>=40.8.0", "wheel"]
+build-backend = "setuptools.build_meta"
setup.py
@@ -24,7 +24,7 @@
24
25
LONG_DESCRIPTION = 'A Python/ThreeJS bridge utilizing the Jupyter widget infrastructure.'
26
27
-here = os.path.abspath(os.path.dirname(sys.argv[0]))
+here = os.path.dirname(os.path.abspath(__file__))
28
name = 'pythreejs'
29
version = get_version(os.path.join(here, name, '_version.py'))
30
0 commit comments