Skip to content

Commit 2e10c82

Browse files
committed
Updated setup removing some unwated links
1 parent 98300e5 commit 2e10c82

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@
1111
description="Python3-nmap converts Nmap commands into python3 methods making it very easy to use nmap in any of your python pentesting projects",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
14-
url="https://github.com/wangoloj/python3-nmap",
14+
url="https://github.com/nmmapper/python3-nmap",
1515
project_urls={
1616
'Documentation': 'https://nmap.readthedocs.io/en/latest/',
1717
'How it is used': 'https://www.nmmapper.com/sys/networkmapper/nmap/online-port-scanning/',
1818
'Homepage': 'https://www.nmmapper.com/',
19-
'Source': 'https://github.com/wangoloj/python3-nmap',
19+
'Source': 'https://github.com/nmmapper/python3-nmap',
2020
'Subdomain finder': 'https://www.nmmapper.com/sys/tools/subdomainfinder/',
2121
'theHarvester online': 'https://www.nmmapper.com/sys/theharvester/email-harvester-tool/online/',
22-
'Crosselling': 'https://www.byogyo.com/',
2322
},
2423
packages=setuptools.find_packages(),
2524
classifiers=[

0 commit comments

Comments
 (0)