Skip to content

Commit e0ab718

Browse files
authored
Merge pull request #12 from DMTF/author-change
Removed email and included Feedback Portal link in the author field
2 parents 630935c + b77c6c0 commit e0ab718

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/*/__pycache__

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
setup(name='redfishtool',
44
version='1.0.0',
55
description='Redfishtool package and command-line client',
6-
author='DMTF',
7-
author_email='[email protected]',
6+
author='DMTF, https://www.dmtf.org/standards/feedback',
87
license='BSD 3-clause "New" or "Revised License"',
98
classifiers=[
109
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)