File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232import os
3333import sys
3434
35- __version__ = "0.0.51 "
35+ __version__ = "0.1.0 "
3636
3737
3838def main ():
Original file line number Diff line number Diff line change 2424 'future>=0.14' ,
2525 'gevent>=1.2.2' ,
2626 'pycrypto>=2.6.1' ,
27- # 'requests >=2.5.1, <=2.7.0',
2827 'PrettyTable>=0.7.2' ]
2928
3029EXTRAS_REQUIRE = {
6564 package_data = {'mcc' : ['config.ini' ]},
6665 entry_points = {'console_scripts' : ['mcc=mcc.core:main' ,
6766 'mccl=mcc.core:list_only' ]},
68- version = '0.0.53 ' ,
67+ version = '0.1.0 ' ,
6968 author = "Robert Peteuil" ,
7069 author_email = "robert.s.peteuil@gmail.com" ,
7170 url = 'https://github.com/robertpeteuil/multi-cloud-control' ,
7675 install_requires = INSTALL_REQUIRES ,
7776 extras_require = EXTRAS_REQUIRE ,
7877 classifiers = [
79- 'Development Status :: 3 - Alpha ' ,
78+ 'Development Status :: 4 - Beta ' ,
8079 'Environment :: Console' ,
8180 'Intended Audience :: System Administrators' ,
8281 'Intended Audience :: Information Technology' ,
You can’t perform that action at this time.
0 commit comments