Skip to content

Commit 98b3273

Browse files
authored
Update setup.py
1 parent 78ab3b5 commit 98b3273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = fh.read()
55

66
setup(
7-
name='pymetadata',
7+
name='pymetasec',
88
version='1.1.1',
99
author = 'm8sec',
1010
description = 'Web scraper to download and extract file metadata',
@@ -27,6 +27,6 @@
2727
"Topic :: Security"
2828
],
2929
entry_points= {
30-
'console_scripts': ['pymeta=pymeta:main', 'pymetadata=pymeta:main']
30+
'console_scripts': ['pymeta=pymeta:main', 'pymetasec=pymeta:main']
3131
}
3232
)

0 commit comments

Comments
 (0)