Skip to content

Commit

Permalink
Upped version number and corrected package name
Browse files Browse the repository at this point in the history
  • Loading branch information
JMaynor committed Aug 9, 2024
1 parent 11580c7 commit b34c28a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Takes standard paramers expected for connecting to a remote FTP/SFTP server as w
| - | - | - |
| ftp_method | str | 'ftp' or 'sftp' |
| host | str | the FTP server host |
| port | int | the SFTP server port, not used with FTP |
| port | int | the FTP/SFTP server port |
| user | str | username to authenticate with |
| password | str | password to authenticate with |
| folder | str | the folder to download the files from, usually "/out/" or "/FROM_VIP/" |
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
long_description = f.read()

setup(
name="vippy",
version="0.1.0",
name="vipwrap",
version="0.1.2",
description="Python package that allows interacting with VIP.",
long_description=long_description,
long_description_content_type="text/markdown",
author="Jordan Maynor",
author_email="jmaynor@pepsimidamerica.com",
url="https://github.com/pepsimidamerica/ezoff",
url="https://github.com/pepsimidamerica/vipwrap",
packages=find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit b34c28a

Please sign in to comment.