Skip to content

Commit c7d7e47

Browse files
committed
Fixes a minor issue in setup.py build by using find_packages()
1 parent eb2159e commit c7d7e47

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
@@ -19,7 +19,7 @@ def requirements(fname):
1919
description=("A generic MediaWiki OAuth handshake helper."),
2020
license="MIT",
2121
url="https://github.com/halfak/MediaWiki-OAuth",
22-
py_modules=['mwoauth'],
22+
packages=find_packages(),
2323
long_description=read('README.rst'),
2424
install_requires=[
2525
'PyJWT',

0 commit comments

Comments
 (0)