Skip to content

Commit 8ae9b54

Browse files
committed
Update repo property
1 parent 289fe02 commit 8ae9b54

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

setup.cfg

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ [email protected]
66
description=An extension that allows a user to display all or some of their scrapy spider settings at runtime.
77
long_description=file: README.md, LICENSE.txt
88
long_description_content_type=text/markdown
9-
url=https://github.com/further-reading/scrapy-settings-log
9+
url=https://github.com/scrapy-plugins/scrapy-settings-log
1010
project_urls =
11-
Bug Tracker = https://github.com/further-reading/scrapy-settings-log/-/issues
12-
repository = https://github.com/further-reading/scrapy-settings-log
11+
repository = https://github.com/scrapy-plugins/scrapy-settings-log
1312
classifiers=
1413
Programming Language :: Python :: 3
1514
License :: OSI Approved :: MIT License
@@ -20,9 +19,9 @@ classifiers=
2019
package_dir =
2120
= src
2221
packages = find:
23-
python_requires = >=3.6
22+
python_requires = >=3.8
2423
install_requires =
2524
scrapy
2625

2726
[options.packages.find]
28-
where = src
27+
where = src

0 commit comments

Comments
 (0)