Skip to content

Commit e6ec3d3

Browse files
authored
Update setup.cfg
SetuptoolsDeprecationWarning: Invalid dash-separated options
1 parent e95279b commit e6ec3d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bdist_rpm]
22
doc_files = docs extras AUTHORS INSTALL LICENSE README.rst
3-
install-script = scripts/rpm-install.sh
3+
install_script = scripts/rpm-install.sh
44

55
[flake8]
66
exclude = build,.git,.tox,./django/utils/six.py,./django/conf/app_template/*,./tests/.env
@@ -17,4 +17,4 @@ multi_line_output = 5
1717
not_skip = __init__.py
1818

1919
[metadata]
20-
license-file = LICENSE
20+
license_files = LICENSE

0 commit comments

Comments
 (0)