docs setup (#61)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Ayush Chaurasia 2022-12-05 06:04:57 +05:30 committed by GitHub
parent 7ec7cf3aef
commit fe75a9ce67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 258 additions and 3 deletions

View file

@ -35,8 +35,8 @@ setup(
include_package_data=True,
install_requires=REQUIREMENTS,
extras_require={
'dev': ['check-manifest'],
'test': ['pytest', 'pytest-cov', 'coverage'],},
'dev':
['check-manifest', 'pytest', 'pytest-cov', 'coverage', 'mkdocs', 'mkdocstrings[python]', 'mkdocs-material'],},
classifiers=[
"Intended Audience :: Developers", "Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3",