Skip to content

Commit fad8bd2

Browse files
Prepare to pypi
1 parent bcafaa4 commit fad8bd2

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
*.pyc
1+
*.pyc
2+
build/
3+
develop-eggs/
4+
dist/
5+
eggs/
6+
.eggs/
7+
sdist/
8+
var/
9+
wheels/
10+
*.egg-info/
11+
*.egg

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
version=0.0,
1010
description="""""",
1111
author=['Ricardo Ribeiro'],
12-
author_email=['ricardojvr@gmail.com'],
12+
author_email='ricardojvr@gmail.com',
1313
url='https://bitbucket.org/fchampalimaud/pythonvideoannotator-models-gui',
1414
packages=find_packages(),
1515
)

0 commit comments

Comments
 (0)