We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f0906 commit 5b0a208Copy full SHA for 5b0a208
setup.py
@@ -55,7 +55,7 @@ def run_tests(self):
55
keywords='SQLAlchemy collectd',
56
author='Mike Bayer',
57
author_email='mike@zzzcomputing.com',
58
- url='http://github.org/sqlalchemy/sqlalchemy-collectd',
+ url='https://github.com/sqlalchemy/sqlalchemy-collectd',
59
license='MIT',
60
packages=find_packages(".", exclude=["*.tests"]),
61
include_package_data=True,
0 commit comments