Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Apr 5, 2017
1 parent 3c1ac35 commit 2b195b9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def readme():
setup(
name='local-cname',
packages=find_packages(),
version='0.2',
description='Local CNAME: ',
version='0.3',
description='Helper script to emulate a local CNAME DNS by writing to /etc/hosts',
long_description=readme(),
author='[email protected]',
url='https://github.com/hjacobs/local-cname',
Expand All @@ -28,8 +28,10 @@ def readme():
'Programming Language :: Python',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Intended Audience :: Developers',
'Operating System :: OS Independent',
'Development Status :: 3 - Alpha',
'Operating System :: POSIX',
],
entry_points={'console_scripts': ['local-cname = local_cname.cli:main']}
)

0 comments on commit 2b195b9

Please sign in to comment.