Skip to content

Commit

Permalink
pypiify
Browse files Browse the repository at this point in the history
  • Loading branch information
kalou committed Apr 25, 2016
1 parent d376888 commit dc10d4c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1
16 changes: 16 additions & 0 deletions setup.py
Expand Up @@ -35,8 +35,24 @@
version=version,
packages=find_packages(),
description="DNS tools",
url="https://github.com/gandi/dnsknife",
author="Gandi",
author_email="feedback@gandi.net",
license="GPLv3",
classifiers=[
'Development Status :: 3 - Alpha',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Internet :: Name Service (DNS)',
'Intended Audience :: Developers',
],
install_requires=requires,
tests_require=tests_requires,
test_suite='dnsknife.tests',
extras_require=extras_require,
keywords='dns lookup dnssec tpda rdap',
)

0 comments on commit dc10d4c

Please sign in to comment.