diff --git a/.DS_Store b/.DS_Store index 89eb484..8df2dce 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index 3086077..3dba466 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ /.idea /.ve __pycache__ - +*.egg-info/ diff --git a/setup.cfg b/setup.cfg index 713ba2a..384065a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,9 +3,3 @@ ignore = E,W max-line-length = 88 -[options] -packages = find: -include_package_data = True - -[options.package_data] -* = py.typed