Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Dec 13, 2020
1 parent f6267fe commit 80a6a1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
description="a tool to manage v2ray config json",
long_description=long_description,
long_description_content_type="text/markdown",
keywords='python v2ray multi-v2ray vmess socks5 vless trojan xray',
keywords='python v2ray multi-v2ray vmess socks5 vless trojan xray xtls',
author='Jrohy',
author_email='euvkzx@gmail.com',
url='https://github.com/Jrohy/multi-v2ray',
Expand All @@ -39,5 +39,6 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
]
)

0 comments on commit 80a6a1e

Please sign in to comment.