From befb4fd7501caee7b1fd161eb59eff36bc2d64eb Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 20 Feb 2024 19:14:45 +0100 Subject: [PATCH] try this --- __init__.py => pyppeteerstealth/__init__.py | 0 pyproject.toml | 7 +++---- 2 files changed, 3 insertions(+), 4 deletions(-) rename __init__.py => pyppeteerstealth/__init__.py (100%) diff --git a/__init__.py b/pyppeteerstealth/__init__.py similarity index 100% rename from __init__.py rename to pyppeteerstealth/__init__.py diff --git a/pyproject.toml b/pyproject.toml index 1afd7bb..409c89d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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__', @@ -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]