Skip to content

Commit ab2c12d

Browse files
authored
Merge pull request #407 from tacaswell/bld_docs_and_config
DOC/BLD: add missing doc deps + classifiers
2 parents 274cc12 + dcc5f21 commit ab2c12d

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

requirements-doc.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ jinja2>3
44
matplotlib
55
mpl-sphinx-theme
66
numpydoc
7+
pytest
8+
scikit-image
79
sphinx
810
sphinx-copybutton
11+
sphinx-rtd-theme

setup.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,15 @@
1919
install_requires=['slicerator>=0.9.8', 'six>=1.8', 'numpy>=1.19'],
2020
author_email="[email protected]",
2121
url="https://github.com/soft-matter/pims",
22-
packages=['pims',
23-
'pims.utils',
24-
'pims.tests'],
22+
packages=["pims", "pims.utils", "pims.tests"],
23+
classifiers=[
24+
"Development Status :: 4 - Beta",
25+
"Programming Language :: Python :: 3",
26+
"Programming Language :: Python :: 3.7",
27+
"Programming Language :: Python :: 3.8",
28+
"Programming Language :: Python :: 3.9",
29+
"Programming Language :: Python :: 3.10",
30+
],
2531
long_description=descr,
2632
long_description_content_type='text/markdown',
2733
)

0 commit comments

Comments
 (0)