Logo
Explore Help
Sign In
parallelvirtualcluster/pvc
1
0
Fork 0
You've already forked pvc
Code Issues 11 Pull Requests Projects Releases 114 Wiki Activity
Files
39e82ee426a5f54ce9a3d9bf9953b9b1adcd1610
pvc/client-cli/setup.py

21 lines
362 B
Python
Raw Normal View History

Convert pvc-client-cli into a proper Python module Also fixes up the Debian packaging such that this works how I would want, with proper module installation while leaving everything else untouched. Finally implements automatic installation and removal of the BASH completion for the PVC command.
2021-06-23 04:08:02 -04:00
from setuptools import setup
setup(
name='pvc',
Bump version to 0.9.21
2021-06-29 19:21:31 -04:00
version='0.9.21',
Convert pvc-client-cli into a proper Python module Also fixes up the Debian packaging such that this works how I would want, with proper module installation while leaving everything else untouched. Finally implements automatic installation and removal of the BASH completion for the PVC command.
2021-06-23 04:08:02 -04:00
packages=['pvc', 'pvc.cli_lib'],
install_requires=[
'Click',
'PyYAML',
'lxml',
'colorama',
'requests',
'requests-toolbelt'
],
entry_points={
'console_scripts': [
'pvc = pvc.pvc:cli',
],
},
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.0 Page: 130ms Template: 21ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API