only point setup.py at 'ircrobots' package
This commit is contained in:
parent
a4b9142b3d
commit
94e83c6e8c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue