Skip to content

Commit 1d40132

Browse files
author
daniel burg
committed
added dist package
1 parent 53ffc3f commit 1d40132

File tree

7 files changed

+47
-0
lines changed

7 files changed

+47
-0
lines changed
7.12 KB
Binary file not shown.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Metadata-Version: 1.1
2+
Name: django-girosolution
3+
Version: 0.1.0
4+
Summary: Django integration of girosolution
5+
Home-page: https://github.com/ParticulateSolutions/django-girosolution
6+
Author: Particulate Solutions GmbH
7+
Author-email: [email protected]
8+
License: UNKNOWN
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
16+
Classifier: Programming Language :: Python :: 2.7
17+
Classifier: Programming Language :: Python :: 3.4
18+
Classifier: Programming Language :: Python :: 3.5
19+
Classifier: Programming Language :: Python :: 3.6
20+
Classifier: Framework :: Django
21+
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
22+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
MANIFEST.in
2+
setup.py
3+
django_girosolution/.DS_Store
4+
django_girosolution/LICENSE
5+
django_girosolution/__init__.py
6+
django_girosolution/admin.py
7+
django_girosolution/constants.py
8+
django_girosolution/dump.rdb
9+
django_girosolution/models.py
10+
django_girosolution/settings.py
11+
django_girosolution/urls.py
12+
django_girosolution/views.py
13+
django_girosolution/wrappers.py
14+
django_girosolution.egg-info/PKG-INFO
15+
django_girosolution.egg-info/SOURCES.txt
16+
django_girosolution.egg-info/dependency_links.txt
17+
django_girosolution.egg-info/not-zip-safe
18+
django_girosolution.egg-info/requires.txt
19+
django_girosolution.egg-info/top_level.txt
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Django>=1.8
2+
six>=1.10.0
3+
certifi>=2018.10.15
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
django_girosolution

0 commit comments

Comments
 (0)