Skip to content

Commit 347641d

Browse files
authored
Update setup.py
1 parent e03252c commit 347641d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def readme() -> str:
1111
with open('requirements.txt', 'r') as f:
1212
reqs = [line.strip() for line in f]
1313

14+
1415
setup(
1516
name="pywhatkit",
1617
packages=setuptools.find_packages(),

0 commit comments

Comments
 (0)