Skip to content

Commit

Permalink
style: Pass to the flat pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-defelice committed Nov 23, 2023
1 parent e70c4ab commit 549c372
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
""" Setup file for the package."""
#!/usr/bin/env python3
import os
from src import coloured_logger
from src.coloured_logger import (
from coloured_logger import (
__version__,
__description__,
__author__,
Expand Down Expand Up @@ -33,7 +32,7 @@ def read(fname):
long_description_content_type="text/markdown",
keywords="security,scanner",
url="https://github.com/oscar-defelice/%s" % pypi_name,
packages=find_packages(where="src"),
packages=find_packages(),
package_dir={"": "src"},
include_package_data=True,
install_requires=requirements,
Expand Down
Empty file.

0 comments on commit 549c372

Please sign in to comment.