Skip to content

Commit

Permalink
update url in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdefinitelyahuman committed Apr 11, 2019
1 parent a066742 commit 12f0088
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 @@ -13,13 +13,13 @@
packages=find_packages(),
version = '1.0.0b1',
license = 'MIT',
description = 'A Python framework for testing, deploying and interacting with Ethereum smart contracts.',
description = 'A python framework for Ethereum smart contract deployment, testing and interaction.',
long_description = long_description,
long_description_content_type = "text/markdown",
author = 'Benjamin Hauser',
author_email = '[email protected]',
url = 'https://github.com/HyperLink-Technology/brownie',
download_url = 'https://github.com/HyperLink-Technology/brownie/archive/v1.0.0b.tar.gz',
download_url = 'https://github.com/HyperLink-Technology/brownie/archive/v1.0.0b1.tar.gz',
keywords = ['brownie'],
install_requires = requirements,
entry_points = {"console_scripts": ["brownie=brownie.cli.__main__:main"]},
Expand Down

0 comments on commit 12f0088

Please sign in to comment.