We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcafaa4 commit fad8bd2Copy full SHA for fad8bd2
.gitignore
@@ -1 +1,11 @@
1
-*.pyc
+*.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
@@ -9,7 +9,7 @@
version=0.0,
description="""""",
author=['Ricardo Ribeiro'],
12
- author_email=['ricardojvr@gmail.com'],
+ author_email='ricardojvr@gmail.com',
13
url='https://bitbucket.org/fchampalimaud/pythonvideoannotator-models-gui',
14
packages=find_packages(),
15
)
0 commit comments