We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fcf1e1 commit b3702daCopy full SHA for b3702da
1 file changed
setup.py
@@ -6,11 +6,11 @@
6
setup(
7
name="virustotal-python",
8
version="0.0.9",
9
- author="Dextroz",
+ author="dbrennand",
10
description="A light wrapper around the public VirusTotal API.",
11
long_description=long_description,
12
long_description_content_type="text/markdown",
13
- url="https://github.com/Dextroz/virustotal-python",
+ url="https://github.com/dbrennand/virustotal-python",
14
packages=find_packages(),
15
classifiers=[
16
"License :: OSI Approved :: MIT License",
0 commit comments