mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-01-12 17:52:41 +08:00
updated setup
This commit is contained in:
5
setup.py
5
setup.py
@@ -14,17 +14,18 @@ setup(
|
||||
version='0.1.0',
|
||||
url='https://github.com/opennamesystem/opendig',
|
||||
license='MIT',
|
||||
author='Muneeb Ali, Ryan Shea',
|
||||
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)",
|
||||
packages=['opendig'],
|
||||
scripts=['bin/opendig'],
|
||||
zip_safe=False,
|
||||
download_url = 'https://github.com/opennamesystem/opendig/tarball/0.1'
|
||||
install_requires=[
|
||||
'cement>=2.2.2',
|
||||
'dnspython>=1.11.1'
|
||||
],
|
||||
keywords = ['domain', 'name', 'resolve', 'bitcoin', 'address'],
|
||||
keywords = ['domain', 'name', 'resoluton', 'bitcoin', 'address'],
|
||||
classifiers=[
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: MIT License',
|
||||
|
||||
Reference in New Issue
Block a user