Skip to content

Commit a3df955

Browse files
minor fix
1 parent 43675dc commit a3df955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def readme():
3030
author = 'Nikhil Kumar Singh',
3131
author_email = '[email protected]',
3232
license = 'MIT',
33-
packages = ['gnewsclient'],
33+
packages = ['gnewsclient', 'gnewsclient.scripts'],
3434
install_requires = ['requests', 'bs4', 'html5lib', 'Click'],
3535
include_package_data = True,
3636
zip_safe = False,

0 commit comments

Comments
 (0)