only point setup.py at 'ircrobots' package

This commit is contained in:
jesopo 2020-06-07 20:30:05 +01:00
parent a4b9142b3d
commit 94e83c6e8c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ setuptools.setup(
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/jesopo/ircrobots",
packages=setuptools.find_packages(),
packages=["ircrobots"],
package_data={"ircrobots": ["py.typed"]},
classifiers=[
"Programming Language :: Python :: 3",