Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/usr/bin/env python
from setuptools import setup, find_packages

setup(name='cryptos',
setup(name='cryptos_witness',

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0xb621ed75d5435012aa07f4fad865c2ed3a9850fbdacc0fcdf2ea262b4f697b01709d6ef5666add28c651dbec2b8748f5

version='2.0.9',
description='Python Crypto Coin Tools',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
author='Paul Martin',
author_email='greatestloginnameever@gmail.com',
url='http://github.com/primal100/pybitcointools',
author='gberdyshev',
author_email='bga20100@gmail.com',
url='https://github.com/gberdyshev/pybitcointools',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down