Make signatures_only in pkgfiles.get_pkgfiles a required kwarg
This commit is contained in:
parent
c0039c70b4
commit
5e30fcd0e8
@ -10,7 +10,7 @@ SIGEXT = f"{PKGEXT}.sig"
|
|||||||
|
|
||||||
|
|
||||||
# ========== Functions ==========
|
# ========== Functions ==========
|
||||||
def get_pkgfiles(query=None, directory=None, signatures_only=False):
|
def get_pkgfiles(query=None, directory=None, *, signatures_only=False):
|
||||||
"""Return a list of package files in the current working directory.
|
"""Return a list of package files in the current working directory.
|
||||||
|
|
||||||
:param query: names of package files to search for
|
:param query: names of package files to search for
|
||||||
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ with open("README.rst", "r") as fh:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="packaging_scripts",
|
name="packaging_scripts",
|
||||||
version="1.1.3",
|
version="1.1.5",
|
||||||
author="Eric Russel Torres",
|
author="Eric Russel Torres",
|
||||||
author_email="erictorres4@protonmail.com",
|
author_email="erictorres4@protonmail.com",
|
||||||
description="A set of helpers for automating borg interaction",
|
description="A set of helpers for automating borg interaction",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user