merge template, fill vars, lint

This commit is contained in:
pacrob
2025-01-25 14:40:18 -07:00
21 changed files with 114 additions and 102 deletions

View File

@ -9,7 +9,7 @@ from setuptools import (
extras_require = {
"dev": [
"build>=0.9.0",
"bump-my-version>=0.5.3",
"bump_my_version>=0.19.0",
"ipython",
"mypy==1.10.0",
"pre-commit>=3.4.0",
@ -20,7 +20,7 @@ extras_require = {
"docs": [
"sphinx>=6.0.0",
"sphinx_rtd_theme>=1.0.0",
"towncrier>=21,<22",
"towncrier>=24,<25",
],
"test": [
"pytest>=7.0.0",
@ -79,7 +79,7 @@ if not readthedocs_is_building:
setup(
name="libp2p",
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
# *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process.
version="0.2.1",
description="""libp2p: The Python implementation of the libp2p networking stack""",
long_description=long_description,
@ -109,6 +109,7 @@ setup(
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
platforms=["unix", "linux", "osx"],
entry_points={