File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 22
33<see Git checking messages for history>
44
5+ 7.0.1 2022/10/27
6+ - fixed the wheel package
7+
587.0.0 2022/10/27
69 - added support for Python 3.11
710 - added support for Python 3.10
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ Maintenance
5353
5454For the maintainers, here are commands to upload a new release:
5555
56+ rm -rf build dist
5657 python -m build --sdist --wheel
5758 twine check dist/*
5859 twine upload dist/*
Original file line number Diff line number Diff line change 2727# built documents.
2828#
2929# The short X.Y version.
30- version = "7.0.0 "
30+ version = "7.0.1 "
3131
3232# The full version, including alpha/beta/rc tags.
3333release = "latest"
Original file line number Diff line number Diff line change 1111from .exception import ScreenShotError
1212from .factory import mss
1313
14- __version__ = "7.0.0 "
14+ __version__ = "7.0.1 "
1515__author__ = "Mickaël 'Tiger-222' Schoentgen"
1616__copyright__ = """
1717Copyright (c) 2013-2022, Mickaël 'Tiger-222' Schoentgen
Original file line number Diff line number Diff line change 11[metadata]
22name = mss
3- version = 7.0.0
3+ version = 7.0.1
44author = Mickaël ' Tiger-222' Schoentgen
5566description = An ultra fast cross-platform multiple screenshots module in pure python using ctypes.
@@ -35,12 +35,10 @@ classifiers =
3535[options]
3636zip_safe = False
3737include_package_data = True
38+ packages_dir = mss
3839packages = find:
3940python_requires = >=3.5
4041
41- [options.packages.find]
42- where = mss
43-
4442[options.entry_points]
4543console_scripts =
4644 mss = mss.__main__:main
You can’t perform that action at this time.
0 commit comments