apply template updates found following merge with eth-typing (#81)

* apply template updates found following merge with eth-typing

* add build as a dev dependency

* remove timeout from pytest.ini, it doesn't do anything without pytest-timeout as a dep
This commit is contained in:
Paul Robinson
2023-04-13 12:47:12 -06:00
committed by pacrob
parent 431db89753
commit 3314247037
5 changed files with 7 additions and 9 deletions

View File

@ -27,6 +27,7 @@ extras_require = {
"bumpversion>=0.5.3",
"pytest-watch>=4.1.0",
"tox>=4.0.0",
"build>=0.9.0",
"wheel",
"twine",
"ipython",
@ -59,7 +60,7 @@ setup(
install_requires=[
"eth-utils>=2",
],
python_requires=">=3.7, <4",
python_requires=">=3.7.2, <4",
extras_require=extras_require,
py_modules=["<MODULE_NAME>"],
license="MIT",
@ -72,8 +73,6 @@ setup(
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: MacOS",
"Operating System :: POSIX",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",