Skip to content

Commit

Permalink
rename package to ethash2, add venv to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-kondakov committed Mar 24, 2022
1 parent 0467d3b commit 633cdc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
/bindings/python/**/*.egg-info
/bindings/python/**/*.pyc
/bindings/python/**/*.so

/venv
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,15 @@ def run(self):


setup(
name='ethash',
name='ethash2',
version='0.9.0-alpha.0',
description=
"C/C++ implementation of Ethash – the Ethereum Proof of Work algorithm",
url='https://github.com/chfast/ethash',
url='https://github.com/andrei-kondakov/ethash',
author='Paweł Bylica',
author_email='pawel@ethereum.org',
maintainer='Andrei Kondakov',
maintainer_email='and.kondakov94@gmail.com',
license='Apache License, Version 2.0',

package_dir={'': 'bindings/python'},
Expand Down

0 comments on commit 633cdc7

Please sign in to comment.