We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751bd13 commit 426826bCopy full SHA for 426826b
CHANGELOG
@@ -3,6 +3,7 @@ History:
3
<see Git checking messages for history>
4
5
8.0.2 2023/xx/xx
6
+ - fixed SetuptoolsDeprecationWarning: Installing 'XXX' as data is deprecated, please list it in packages
7
- CLI: fixed arguments handling
8
9
8.0.1 2023/04/09
setup.cfg
@@ -35,10 +35,14 @@ classifiers =
35
[options]
36
zip_safe = False
37
include_package_data = True
38
-packages_dir = mss
39
-packages = find:
+packages = find_namespace:
40
python_requires = >=3.8
41
+[options.packages.find]
42
+include =
43
+ mss
44
+ mss.*
45
+
46
[options.entry_points]
47
console_scripts =
48
mss = mss.__main__:main
0 commit comments