Skip to content

Commit

Permalink
fix for pypi "File already exists"
Browse files Browse the repository at this point in the history
  • Loading branch information
FutureSharks committed Jan 21, 2020
1 parent 5fa808f commit 6a3a3e1
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 @@ -5,14 +5,14 @@

setup(
name = 'invokust',
version = '0.6',
version = '0.61',
author = 'Max Williams',
author_email = 'futuresharks@gmail.com',
description = 'A small wrapper for locust to allow running load tests from within Python or on AWS Lambda',
long_description=long_description,
long_description_content_type="text/markdown",
url = 'https://github.com/FutureSharks/invokust',
download_url = 'https://github.com/FutureSharks/invokust/archive/0.6.tar.gz',
download_url = 'https://github.com/FutureSharks/invokust/archive/0.61.tar.gz',
license = 'MIT',
scripts = ['invokr.py'],
packages = [
Expand Down

0 comments on commit 6a3a3e1

Please sign in to comment.