Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon committed Feb 20, 2024
1 parent dea06d6 commit befb4fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
File renamed without changes.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ classifiers = [
'Natural Language :: English',
'Programming Language :: Python :: 3.9'
]
packages = [
packages = [ "pyppeteerstealth"
]
include = [
"README.md",
"__init__.py"
"README.md"
]
exclude = [
'*/__pycache__',
Expand All @@ -36,7 +35,7 @@ pyppeteer-install = 'pyppeteerstealth.command:install'

[tool.black]
line-length = 120
target-version = ['py36', 'py37', 'py38']
target-version = ['py36', 'py37', 'py38', 'py39', 'py310']
skip-string-normalization = true

[tool.isort]
Expand Down

0 comments on commit befb4fd

Please sign in to comment.