Skip to content

Commit 550f516

Browse files
author
Kairo de Araujo
committed
Added author email to setup.py
Added the author email to the setup.py. The initial setup.py is a seed for the project skeleton. Signed-off-by: Kairo de Araujo <[email protected]>
1 parent 3690334 commit 550f516

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
---
44
**NOTE**
55

6-
This project still not functional. Please wait for the first functional release (0.0.1)
6+
This project still not functional. Please wait for the first functional release
7+
(0.0.1)
78

89
---
910

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
version="0.0.1",
1111
url="https://github.com/tern/tern-rest-api",
1212
author="VMware Inc",
13-
author_email="",
13+
author_email="[email protected]",
1414
description="Tern REST API",
1515
packages=find_packages(),
1616
install_requires=["flask", "flask-restx", "tern"],

0 commit comments

Comments
 (0)