diff --git a/package.json b/package.json index 9a7e203..a50f652 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-citation-manager", - "version": "0.3.1", + "version": "0.3.2", "description": "Citation Manager for JupyterLab with Zotero integration", "keywords": [ "jupyter", diff --git a/setup.py b/setup.py index 3fb3e25..3c92dab 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,6 @@ pkg_json = json.loads((HERE / "package.json").read_bytes()) setup_args = dict( - name=name, version=pkg_json["version"], url=pkg_json["homepage"], author=pkg_json["author"]["name"], @@ -97,4 +96,7 @@ raise e if __name__ == "__main__": - setuptools.setup(**setup_args) + setuptools.setup( + name='jupyterlab-citation-manager', + **setup_args + ) diff --git a/ui-tests/test/styles.spec.ts-snapshots/styles-selector-shows-styles-on-open-linux.png b/ui-tests/test/styles.spec.ts-snapshots/styles-selector-shows-styles-on-open-linux.png index 4665767..18d4f02 100644 Binary files a/ui-tests/test/styles.spec.ts-snapshots/styles-selector-shows-styles-on-open-linux.png and b/ui-tests/test/styles.spec.ts-snapshots/styles-selector-shows-styles-on-open-linux.png differ