Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1f16c8d

Browse filesBrowse files
committed
add setup.py
1 parent 0731f08 commit 1f16c8d
Copy full SHA for 1f16c8d

File tree

1 file changed

+13
-0
lines changed
Filter options

1 file changed

+13
-0
lines changed

‎setup.py

Copy file name to clipboard
+13Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
from distutils.core import setup
3+
4+
setup(name='zencoder',
5+
version='0.1',
6+
description='Integration library for Zencoder',
7+
author='Alex Schworer',
8+
author_email='alex.schworer@gmail.com',
9+
url='http://github.com/schworer/zencoder-py',
10+
license="MIT License",
11+
packages=['zencoder']
12+
)
13+

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.