Skip to content

Commit 31ca960

Browse files
committed
mitosheet: remove keywords as causing issues with pypi
1 parent f3a415e commit 31ca960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mitosheet/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def get_data_files_from_data_files_spec(
149149
zip_safe = False,
150150
python_requires = ">=3.6",
151151
platforms = "Linux, Mac OS X, Windows",
152-
keywords = ["Jupyter", "JupyterLab", "JupyterLab3"],
152+
keywords = [], # Remove keywords as they are causing issues with PyPI
153153
classifiers = [
154154
"License :: OSI Approved :: GNU Affero General Public License v3",
155155
"Programming Language :: Python",

0 commit comments

Comments
 (0)