|
|
|
@ -13,9 +13,8 @@ classifier =
|
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
|
Operating System :: POSIX :: Linux
|
|
|
|
|
Programming Language :: Python
|
|
|
|
|
Programming Language :: Python :: 2
|
|
|
|
|
Programming Language :: Python :: 2.7
|
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
|
Programming Language :: Python :: 3 :: Only
|
|
|
|
|
Programming Language :: Python :: 3.6
|
|
|
|
|
Programming Language :: Python :: 3.7
|
|
|
|
|
|
|
|
|
@ -28,9 +27,3 @@ console_scripts =
|
|
|
|
|
ovb-deploy = openstack_virtual_baremetal.deploy:main
|
|
|
|
|
ovb-build-nodes-json = openstack_virtual_baremetal.build_nodes_json:main
|
|
|
|
|
openstackbmc = openstack_virtual_baremetal.openstackbmc:main
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[build_sphinx]
|
|
|
|
|
all_files = 1
|
|
|
|
|
build-dir = doc/build
|
|
|
|
|
source-dir = doc/source
|
|
|
|
|