Skip to content

Commit

Permalink
Updated setup removing some unwated links
Browse files Browse the repository at this point in the history
  • Loading branch information
nmmapper committed Mar 7, 2024
1 parent 98300e5 commit 2e10c82
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@
description="Python3-nmap converts Nmap commands into python3 methods making it very easy to use nmap in any of your python pentesting projects",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/wangoloj/python3-nmap",
url="https://github.com/nmmapper/python3-nmap",
project_urls={
'Documentation': 'https://nmap.readthedocs.io/en/latest/',
'How it is used': 'https://www.nmmapper.com/sys/networkmapper/nmap/online-port-scanning/',
'Homepage': 'https://www.nmmapper.com/',
'Source': 'https://github.com/wangoloj/python3-nmap',
'Source': 'https://github.com/nmmapper/python3-nmap',
'Subdomain finder': 'https://www.nmmapper.com/sys/tools/subdomainfinder/',
'theHarvester online': 'https://www.nmmapper.com/sys/theharvester/email-harvester-tool/online/',
'Crosselling': 'https://www.byogyo.com/',
},
packages=setuptools.find_packages(),
classifiers=[
Expand Down

0 comments on commit 2e10c82

Please sign in to comment.