We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def445f commit a24485cCopy full SHA for a24485c
1 file changed
setup.py
@@ -15,9 +15,9 @@
15
name="mss",
16
version=__version__,
17
author="Tiger-222",
18
- py_modules=['MSS'],
+ py_modules=['mss'],
19
author_email="contact@tiger-222.fr",
20
- description="A cross-platform multi-screen shot module in pure python using ctypes.",
+ description="A cross-platform multi-screen shot module in pure python using ctypes",
21
long_description=open('README.rst').read(),
22
classifiers=[
23
'Programming Language :: Python',
0 commit comments