Skip to content

Commit

Permalink
Merge pull request #1518 from meeseeksmachine/auto-backport-of-pr-151…
Browse files Browse the repository at this point in the history
…3-on-0.12.x

Backport PR #1513 on branch 0.12.x (exclude tests top-level package, add some JupyterLab trove classifiers)
  • Loading branch information
martinRenou committed Aug 22, 2022
2 parents e7b695f + b82283e commit 230e590
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ install_requires =
pandas>=1.0.0,<2.0.0
classifiers =
Framework :: Jupyter
Framework :: Jupyter :: JupyterLab
Framework :: Jupyter :: JupyterLab :: 2
Framework :: Jupyter :: JupyterLab :: 3
Framework :: Jupyter :: JupyterLab :: Extensions
Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
Intended Audience :: Developers
Intended Audience :: Science/Research
Topic :: Multimedia :: Graphics
Expand All @@ -35,5 +40,9 @@ python_requires = >=3.6
include_package_data = True
zip_safe = False

[options.packages.find]
exclude =
tests

[bdist_wheel]
universal=1

0 comments on commit 230e590

Please sign in to comment.