Skip to content

Commit

Permalink
Updates package info.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsummersl committed Feb 7, 2019
1 parent 25a0780 commit d661b1a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Expand Up @@ -13,12 +13,16 @@
name='intmux',
version='0.4.0',
author='Dane Summers',
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
],
license='MIT',
include_package_data=True,
description='Connect to multiple hosts simultaneously with tmux.',
description='Connect to multiple hosts simultaneously in tmux via ssh and docker.',
long_description=long_description,
long_description_content_type='text/markdown',
keywords='ssh tmux docker',
keywords='ssh tmux docker cli',
url='https://github.com/dsummersl/intmux',
py_modules=[],
install_requires=[],
Expand Down

0 comments on commit d661b1a

Please sign in to comment.