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 11from setuptools import setup , find_packages
22
33setup (
4- name = "virustotal_scanner_gui " ,
4+ name = "VirusTotal-File-Scanner " ,
55 version = "1.0.0" ,
66 author = "Thorsten Bylicki" ,
77 author_email = "bylicki@mail.de" ,
88 description = "A local GUI application for scanning files using the VirusTotal API" ,
99 long_description = open ("README.md" , encoding = "utf-8" ).read (),
1010 long_description_content_type = "text/markdown" ,
11- url = "https://github.com/bylickilabs/virustotal-scanner " ,
11+ url = "https://github.com/bylickilabs/VirusTotal-File-Scanner " ,
1212 project_urls = {
13- "Bug Tracker" : "https://github.com/bylickilabs/virustotal-scanner /issues" ,
14- "Documentation" : "https://github.com/bylickilabs/virustotal-scanner /wiki" ,
13+ "Bug Tracker" : "https://github.com/bylickilabs/VirusTotal-File-Scanner /issues" ,
14+ "Documentation" : "https://github.com/bylickilabs/VirusTotal-File-Scanner /wiki" ,
1515 },
1616 classifiers = [
1717 "Development Status :: 4 - Beta" ,
3535 python_requires = ">=3.8" ,
3636 entry_points = {
3737 "console_scripts" : [
38- "vt-scanner=virustotal_scanner_gui .app:main" ,
38+ "vt-scanner=VirusTotal-File-Scanner .app:main" ,
3939 ],
4040 },
4141 package_data = {
You can’t perform that action at this time.
0 commit comments