Skip to content

Commit

Permalink
bump 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePirateWhoSmellsOfSunflowers committed Nov 20, 2024
1 parent cbb0e7e commit 753074d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
long_description = open('README.md').read()

setup(name='pywerview',
version='0.7.0',
version='0.7.1',
description='A Python port of PowerSploit\'s PowerView',
long_description=long_description,
long_description_content_type='text/markdown',
dependency_links = ['https://github.com/SecureAuthCorp/impacket/tarball/master#egg=impacket-0.9.22'],
classifiers=[
'Environment :: Console',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
Expand All @@ -24,15 +23,6 @@
packages=find_packages(include=[
"pywerview", "pywerview.*"
]),
install_requires=[
'impacket>=0.9.22',
'beautifulsoup4',
'lxml',
'pyasn1',
'ldap3-bleeding-edge',
'gssapi',
'pycryptodome',
],
entry_points = {
'console_scripts': ['pywerview=pywerview.cli.main:main'],
},
Expand Down

0 comments on commit 753074d

Please sign in to comment.