Skip to content

Commit

Permalink
Undo changes for using my test repo
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeTnr committed Nov 14, 2023
1 parent 726f6ac commit dbf1818
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,4 @@ pytest = "*"
twine = "*"

[requires]
python_version = "3.7"

[pypi]
username = __token__
password = pypi-AgEIcHlwaS5vcmcCJGNiMDY5NmE1LTJhNWItNDY2YS1iN2JhLWNiZWRjNDA2MGJlMAACKlszLCI5ODcyNWUwMi00NzAwLTQ0YmEtYmM3Yi0wY2FlMDViNjBhYjMiXQAABiAwxOxzbZi-edIXq7RvHQ1y418jR1QSAi_acihYMltbKQ
python_version = "3.7"
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ def read(fname):


setup(
name='testpymetasploit3',
name='pymetasploit3',
author='Dan McInerney',
version='1.5.GITHUB_RUN_NUMBER.GITHUB_RUN_ATTEMPT',
version='1.0.GITHUB_RUN_NUMBER.GITHUB_RUN_ATTEMPT',
author_email='[email protected]',
description='A full-fledged msfrpc library for Metasploit framework.',
license='GPL',
Expand All @@ -25,7 +25,7 @@ def read(fname):
'requests',
'retry'
],
url='https://github.com/DanMcInerney/testpymetasploit3',
url='https://github.com/DanMcInerney/pymetasploit3',
download_url='https://github.com/DanMcInerney/pymetasploit3/zipball/master',
long_description=read('README.md'),
long_description_content_type="text/markdown"
Expand Down

0 comments on commit dbf1818

Please sign in to comment.