-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from Venafi/fix-pypi-package
Fix pypi package
- Loading branch information
Showing
12 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,17 +17,19 @@ | |
|
||
from __future__ import absolute_import, print_function, unicode_literals | ||
from setuptools import setup | ||
|
||
from setuptools import find_packages | ||
|
||
setup( | ||
name='openstack-heat-plugin-venafi', | ||
description='Venafi Inc. OpenStack Heat Plugin', | ||
long_description='Venafi Inc. OpenStack Heat Plugin', | ||
license='Apache License, Version 2.0', | ||
version=u"0.0.7", | ||
version=u"0.0.10", | ||
author='Venafi Inc.', | ||
author_email='[email protected]', | ||
url='https://github.com/Venafi/openstack-heat-plugin-venafi', | ||
keywords=['venafi', 'openstack', 'heat', 'ssl', 'certificates'], | ||
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), | ||
install_requires=[ | ||
'vcert >= 0.6.1' | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
__version__ = u'0.0.7' | ||
__version__ = u'0.0.10' | ||
__openstackrelease__ = u'newton' |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.