reorg test structure to match tox and CI jobs, drop bumpversion for bump-my-version and move config to pyproject.toml, fix docs building

This commit is contained in:
pacrob
2024-04-08 09:06:04 -06:00
committed by Paul Robinson
parent 1206fbef3d
commit eea065fb57
62 changed files with 319 additions and 160 deletions

View File

@ -9,7 +9,7 @@ from setuptools import (
extras_require = {
"dev": [
"build>=0.9.0",
"bumpversion>=0.5.3",
"bump-my-version>=0.5.3",
"ipython",
"pre-commit>=3.4.0",
"tox>=4.0.0",
@ -98,7 +98,7 @@ setup(
license="MIT/APACHE2.0",
zip_safe=False,
keywords="libp2p p2p",
packages=find_packages(exclude=["tests", "tests.*"]),
packages=find_packages(exclude=["scripts", "scripts.*", "tests", "tests.*"]),
package_data={"libp2p": ["py.typed"]},
classifiers=[
"Development Status :: 4 - Beta",