-
Notifications
You must be signed in to change notification settings - Fork 552
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a066742
commit 12f0088
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"]}, | ||
|