Skip to content

Commit

Permalink
Merge pull request #4443 from mgorny/setup-cfg-deps
Browse files Browse the repository at this point in the history
Remove incorrect dependencies from `setup.cfg`
  • Loading branch information
bdbaddog authored Nov 26, 2023
2 parents b760704 + e27b28c commit 6facdff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
5 changes: 2 additions & 3 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ NOTE: 4.3.0 now requires Python 3.6.0 and above. Python 3.5.x is no longer suppo

RELEASE VERSION/DATE TO BE FILLED IN LATER

From John Doe:

- Whatever John Doe did.
From Michał Górny:
- Remove unecessary dependencies on pypi packages from setup.cfg


RELEASE 4.6.0 - Sun, 19 Nov 2023 17:22:20 -0700
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ IMPROVEMENTS
PACKAGING
---------

- List changes in the way SCons is packaged and/or released
- Remove unecessary dependencies on pypi packages from setup.cfg

DOCUMENTATION
-------------
Expand Down
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ classifiers =
[options]
zip_safe = False
python_requires = >=3.6
install_requires = setuptools
setup_requires =
setuptools
build
include_package_data = True
packages = find:

Expand Down

0 comments on commit 6facdff

Please sign in to comment.