Skip to content

Commit 16addb5

Browse files
committed
[requires.io] dependency update
1 parent 8b61072 commit 16addb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
url=__url__,
2828
packages=find_packages(where="src"),
2929
package_dir={"": "src"},
30-
package_data=dict(hyperlink=["py.typed",],),
30+
package_data=dict(hyperlink=["py.typed"]),
3131
zip_safe=False,
3232
license=__license__,
3333
platforms="any",
34-
install_requires=["idna>=2.5", 'typing ; python_version<"3.5"',],
34+
install_requires=["idna>=2.5", 'typing ; python_version<"3.5"'],
3535
python_requires=">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
3636
classifiers=[
3737
"Topic :: Utilities",

0 commit comments

Comments
 (0)