Skip to content

Commit 672f880

Browse files
committed
added egg info
1 parent 16d4344 commit 672f880

File tree

5 files changed

+30
-0
lines changed

5 files changed

+30
-0
lines changed

shipstation.egg-info/PKG-INFO

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Metadata-Version: 1.1
2+
Name: shipstation
3+
Version: 0.1
4+
Summary: Bindings for the ShipStation API in Python
5+
Home-page: https://github.com/natecox/pyshipstation
6+
Author: Nathan Cox
7+
Author-email: akujin@akujin.com
8+
License: MIT
9+
Description: UNKNOWN
10+
Platform: UNKNOWN
11+
Classifier: Environment :: Web Environment
12+
Classifier: Intended Audience :: Developers
13+
Classifier: License :: OSI Approved :: MIT License
14+
Classifier: Operating System :: OS Independent
15+
Classifier: Programming Language :: Python :: 2.7
16+
Classifier: Programming Language :: Python
17+
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
18+
Classifier: Topic :: Internet :: WWW/HTTP

shipstation.egg-info/SOURCES.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
setup.cfg
2+
setup.py
3+
shipstation/__init__.py
4+
shipstation/shipstation.py
5+
shipstation.egg-info/PKG-INFO
6+
shipstation.egg-info/SOURCES.txt
7+
shipstation.egg-info/dependency_links.txt
8+
shipstation.egg-info/requires.txt
9+
shipstation.egg-info/top_level.txt
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

shipstation.egg-info/requires.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
requests>=2.6.0

shipstation.egg-info/top_level.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
shipstation

0 commit comments

Comments
 (0)