File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name = dune_client
33description = A simple framework for interacting with Dune Analytics official API service.
44long_description = file: README.md
55long_description_content_type = text/markdown; charset=UTF-8
6- url = https://github.com/cowprotocol /dune-client
7- author = Benjamin H. Smith
6+ url = https://github.com/duneanalytics /dune-client
7+ author = Benjamin H. Smith & Dune Analytics
88author_email = ben@cow.fi
99license = Apache License Version 2.0
1010license_files = LICENSE
@@ -13,7 +13,7 @@ classifiers =
1313 License :: OSI Approved :: Apache Software License
1414 Operating System :: OS Independent
1515project_urls =
16- Tracker = https://github.com/cowprotocol /dune-client/issues
16+ Tracker = https://github.com/duneanalytics /dune-client/issues
1717
1818[options]
1919zip_safe = False
@@ -29,7 +29,7 @@ install_requires =
2929 python-dateutil>=2.8.2
3030 requests>=2.28.1
3131 ndjson>=0.3.1
32- Deprecated>=1.2.14
32+ Deprecated>=1.2.0
3333python_requires = >=3.8
3434setup_requires =
3535 setuptools_scm
@@ -42,4 +42,4 @@ exclude =
4242 example.*
4343
4444[options.package_data]
45- dune_client = py.typed
45+ dune_client = py.typed
You can’t perform that action at this time.
0 commit comments