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 eb2159e commit c7d7e47Copy full SHA for c7d7e47
setup.py
@@ -19,7 +19,7 @@ def requirements(fname):
19
description=("A generic MediaWiki OAuth handshake helper."),
20
license="MIT",
21
url="https://github.com/halfak/MediaWiki-OAuth",
22
- py_modules=['mwoauth'],
+ packages=find_packages(),
23
long_description=read('README.rst'),
24
install_requires=[
25
'PyJWT',
0 commit comments