mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
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:
4
setup.py
4
setup.py
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user