mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-01-12 17:52:41 +08:00
Merge branch 'master' of github.com:opennamesystem/opendig
This commit is contained in:
4
setup.py
4
setup.py
@@ -16,13 +16,13 @@ setup(
|
||||
license='MIT',
|
||||
author='Muneeb Ali (@muneeb), Ryan Shea (@ryaneshea)',
|
||||
author_email='hello@halfmoonlabs.com',
|
||||
description="Command-line tool for Open Name System (like dig is for DNS)",
|
||||
description="A command-line tool for the Open Name System (the equivalent of dig for DNS).",
|
||||
packages=['opendig','namecoinrpc'],
|
||||
scripts=['bin/opendig'],
|
||||
zip_safe=False,
|
||||
download_url = 'https://github.com/opennamesystem/opendig/archive/master.zip',
|
||||
install_requires=['cement==2.2.2','dnspython==1.11.1'],
|
||||
keywords = ['domain', 'name', 'resoluton', 'bitcoin', 'address'],
|
||||
keywords = ['domain', 'name', 'resolution', 'bitcoin', 'address'],
|
||||
classifiers=[
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: MIT License',
|
||||
|
||||
Reference in New Issue
Block a user