Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
m8sec authored Sep 18, 2022
1 parent 78ab3b5 commit 98b3273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()

setup(
name='pymetadata',
name='pymetasec',
version='1.1.1',
author = 'm8sec',
description = 'Web scraper to download and extract file metadata',
Expand All @@ -27,6 +27,6 @@
"Topic :: Security"
],
entry_points= {
'console_scripts': ['pymeta=pymeta:main', 'pymetadata=pymeta:main']
'console_scripts': ['pymeta=pymeta:main', 'pymetasec=pymeta:main']
}
)

0 comments on commit 98b3273

Please sign in to comment.