We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03252c commit 347641dCopy full SHA for 347641d
setup.py
@@ -11,6 +11,7 @@ def readme() -> str:
11
with open('requirements.txt', 'r') as f:
12
reqs = [line.strip() for line in f]
13
14
+
15
setup(
16
name="pywhatkit",
17
packages=setuptools.find_packages(),
0 commit comments