Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit38e40fb

Browse files
committed
Add a setup.py to allow install using pip
1 parent8f4dc7e commit38e40fb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

‎setup.py‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
fromsetuptoolsimportsetup
2+
3+
setup(
4+
name="jotform",
5+
url='http://api.jotform.com/docs/'
6+
version='1.0',
7+
description='JotForm API - Python Client',
8+
author='JotForm',
9+
author_email='api@jotform.com',
10+
py_modules=['jotform']
11+
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp