File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ NOTE: 4.3.0 now requires Python 3.6.0 and above. Python 3.5.x is no longer suppo
9
9
10
10
RELEASE VERSION/DATE TO BE FILLED IN LATER
11
11
12
- From John Doe:
13
-
14
- - Whatever John Doe did.
12
+ From Michał Górny:
13
+ - Remove unecessary dependencies on pypi packages from setup.cfg
15
14
16
15
17
16
RELEASE 4.6.0 - Sun, 19 Nov 2023 17:22:20 -0700
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ IMPROVEMENTS
44
44
PACKAGING
45
45
---------
46
46
47
- - List changes in the way SCons is packaged and/or released
47
+ - Remove unecessary dependencies on pypi packages from setup.cfg
48
48
49
49
DOCUMENTATION
50
50
-------------
Original file line number Diff line number Diff line change @@ -45,10 +45,6 @@ classifiers =
45
45
[options]
46
46
zip_safe = False
47
47
python_requires = >=3.6
48
- install_requires = setuptools
49
- setup_requires =
50
- setuptools
51
- build
52
48
include_package_data = True
53
49
packages = find:
54
50
You can’t perform that action at this time.
0 commit comments