Skip to content

Commit

Permalink
env: cleanup old references
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Brulatout authored and mbrulatout committed Mar 27, 2024
1 parent 37a5dd1 commit 83149e1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include requirements.txt
include README.rst
include README.md
include CHANGELOG.rst
include LICENSE
13 changes: 0 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
[tool.black]
line-length = 120
target-version = ['py39']
include = '\.pyi?$'
preview = true

[tool.isort]
line_length = 120
case_sensitive = true
profile = "black"
src_paths = ["."]

[tool.pytest.ini_options]
addopts = "--cov=. --cov-context=test --durations=0 --durations-min=1.0"
asyncio_mode = "auto"
Expand All @@ -25,7 +13,6 @@ exclude_also = [
]

[tool.pylint]
ignored-classes=["twisted.internet.reactor"]
ignore-paths=["docs/"]

[tool.pylint."messages control"]
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ def run_tests(self):
py_modules=py_modules,
install_requires=_read_reqs("requirements.txt"),
extras_require={
"tornado": ["tornado"],
"asyncio": ["aiohttp"],
"twisted": ["twisted", "treq"],
},
data_files=[(".", ["requirements.txt", "tests-requirements.txt"])],
tests_require=_read_reqs("tests-requirements.txt"),
Expand Down

0 comments on commit 83149e1

Please sign in to comment.