Skip to content

Commit a24485c

Browse files
author
BoboTiG
committed
Fix setup.py
1 parent def445f commit a24485c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
name="mss",
1616
version=__version__,
1717
author="Tiger-222",
18-
py_modules=['MSS'],
18+
py_modules=['mss'],
1919
author_email="contact@tiger-222.fr",
20-
description="A cross-platform multi-screen shot module in pure python using ctypes.",
20+
description="A cross-platform multi-screen shot module in pure python using ctypes",
2121
long_description=open('README.rst').read(),
2222
classifiers=[
2323
'Programming Language :: Python',

0 commit comments

Comments
 (0)