Skip to content

Commit

Permalink
Backport PR #1513: exclude tests top-level package, add some JupyterL…
Browse files Browse the repository at this point in the history
…ab trove classifiers
  • Loading branch information
bollwyvl authored and meeseeksmachine committed Aug 22, 2022
1 parent e7b695f commit b82283e
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 b82283e

Please sign in to comment.