We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey There.
I think we forgot to update the setup.py configuration to include the servers submodule in the distributed package.
setup.py
servers
diff --git a/setup.py b/setup.py index ffc90ae..aa7f7a1 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setuptools.setup( "Framework :: AsyncIO", ], url="https://github.com/pogzyb/asyncwhois", - packages=["asyncwhois"], + packages=setuptools.find_packages(), package_dir={"asyncwhois": "asyncwhois"}, python_requires=">=3.9", )
find_packages should automatically do the trick. Sorry for the misshap.
find_packages
The text was updated successfully, but these errors were encountered:
Hi - right that was my fault. I released 1.1.2 a little while ago with this fix and yanked 1.1.1 from pypi
#81
Sorry, something went wrong.
Ha, alright I'm lagging. Thank you !
No branches or pull requests
Hey There.
I think we forgot to update the
setup.py
configuration to include theservers
submodule in the distributed package.find_packages
should automatically do the trick. Sorry for the misshap.The text was updated successfully, but these errors were encountered: