We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a415e commit 31ca960Copy full SHA for 31ca960
mitosheet/setup.py
@@ -149,7 +149,7 @@ def get_data_files_from_data_files_spec(
149
zip_safe = False,
150
python_requires = ">=3.6",
151
platforms = "Linux, Mac OS X, Windows",
152
- keywords = ["Jupyter", "JupyterLab", "JupyterLab3"],
+ keywords = [], # Remove keywords as they are causing issues with PyPI
153
classifiers = [
154
"License :: OSI Approved :: GNU Affero General Public License v3",
155
"Programming Language :: Python",
0 commit comments