Skip to content
New issue

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

'servers' submodule missing from package in 1.1.1 #83

Closed
Anvil opened this issue May 13, 2024 · 2 comments
Closed

'servers' submodule missing from package in 1.1.1 #83

Anvil opened this issue May 13, 2024 · 2 comments

Comments

@Anvil
Copy link
Contributor

Anvil commented May 13, 2024

Hey There.

I think we forgot to update the setup.py configuration to include the servers submodule in the distributed package.

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.

@pogzyb
Copy link
Owner

pogzyb commented May 13, 2024

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

@Anvil
Copy link
Contributor Author

Anvil commented May 13, 2024

Ha, alright I'm lagging. Thank you !

@Anvil Anvil closed this as completed May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants