Use setuptools.find_packages

This commit is contained in:
Andreas Kloeckner 2023-10-06 14:00:04 -05:00
parent 61c00689fd
commit 35af7965af

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
from setuptools import setup
from setuptools import find_packages, setup
from pudb import VERSION
with open("README.rst") as readme:
@ -45,7 +45,7 @@ setup(
"Topic :: Terminals",
"Topic :: Utilities",
],
packages=["pudb"],
packages=find_packages(),
entry_points={
"console_scripts": [
# Deprecated. Should really use python -m pudb.