Skip to content

Commit f2b9409

Browse files
committed
[add] build settings
1 parent 65cec36 commit f2b9409

13 files changed

Lines changed: 36 additions & 28 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
*.swp
44
test_settings.py
55

6+
build
8.64 KB
Binary file not shown.
12 KB
Binary file not shown.

python_instagram.egg-info/PKG-INFO

Lines changed: 0 additions & 11 deletions
This file was deleted.

python_instagram.egg-info/SOURCES.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

python_instagram.egg-info/requires.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Metadata-Version: 1.0
2+
Name: python-instagram-ext
3+
Version: 1.3.3
4+
Summary: Life extended Instagram API client
5+
Home-page: http://github.com/Seraphicer/python-instagram
6+
Author: Seraphicer
7+
Author-email: tomoyuki.kakuda@gmail.com
8+
License: MIT
9+
Description: UNKNOWN
10+
Keywords: instagram
11+
Platform: UNKNOWN
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
setup.cfg
2+
setup.py
3+
instagram/__init__.py
4+
instagram/bind.py
5+
instagram/client.py
6+
instagram/helper.py
7+
instagram/json_import.py
8+
instagram/models.py
9+
instagram/oauth2.py
10+
instagram/subscriptions.py
11+
python_instagram_ext.egg-info/PKG-INFO
12+
python_instagram_ext.egg-info/SOURCES.txt
13+
python_instagram_ext.egg-info/dependency_links.txt
14+
python_instagram_ext.egg-info/requires.txt
15+
python_instagram_ext.egg-info/top_level.txt
16+
python_instagram_ext.egg-info/zip-safe
File renamed without changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
simplejson
2+
httplib2
3+
six

0 commit comments

Comments
 (0)