componentsDjangoType 0.0.1__tar.gz → 0.0.3__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- componentsDjangoType-0.0.3/MANIFEST.in +3 -0
- {componentsDjangoType-0.0.1/componentsDjangoType.egg-info → componentsDjangoType-0.0.3}/PKG-INFO +2 -2
- {componentsDjangoType-0.0.1 → componentsDjangoType-0.0.3/componentsDjangoType.egg-info}/PKG-INFO +2 -2
- {componentsDjangoType-0.0.1 → componentsDjangoType-0.0.3}/componentsDjangoType.egg-info/SOURCES.txt +4 -4
- componentsDjangoType-0.0.3/componentsDjangoType.egg-info/top_level.txt +1 -0
- {componentsDjangoType-0.0.1 → componentsDjangoType-0.0.3}/setup.py +2 -2
- componentsDjangoType-0.0.1/MANIFEST.in +0 -4
- componentsDjangoType-0.0.1/componentsDjangoType.egg-info/top_level.txt +0 -1
- {componentsDjangoType-0.0.1 → componentsDjangoType-0.0.3}/LICENSE +0 -0
- {componentsDjangoType-0.0.1 → componentsDjangoType-0.0.3}/README.md +0 -0
- {componentsDjangoType-0.0.1/settings → componentsDjangoType-0.0.3/componentsDjangoType}/__init__.py +0 -0
- {componentsDjangoType-0.0.1/settings → componentsDjangoType-0.0.3/componentsDjangoType}/management/__init__.py +0 -0
- {componentsDjangoType-0.0.1/settings → componentsDjangoType-0.0.3/componentsDjangoType}/management/commands/__init__.py +0 -0
- {componentsDjangoType-0.0.1/settings → componentsDjangoType-0.0.3/componentsDjangoType}/management/commands/createcomponent.py +0 -0
- {componentsDjangoType-0.0.1 → componentsDjangoType-0.0.3}/componentsDjangoType.egg-info/dependency_links.txt +0 -0
- {componentsDjangoType-0.0.1 → componentsDjangoType-0.0.3}/componentsDjangoType.egg-info/requires.txt +0 -0
- {componentsDjangoType-0.0.1 → componentsDjangoType-0.0.3}/setup.cfg +0 -0
{componentsDjangoType-0.0.1/componentsDjangoType.egg-info → componentsDjangoType-0.0.3}/PKG-INFO
RENAMED
@@ -1,10 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: componentsDjangoType
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.3
|
4
4
|
Summary: A Django app for creating HTML components
|
5
5
|
Home-page: https://github.com/jose-CR/componentsDjangoType
|
6
6
|
Author: Alejandro
|
7
|
-
Author-email:
|
7
|
+
Author-email: hjosealejandro21@gmail.com
|
8
8
|
License: MIT
|
9
9
|
Platform: UNKNOWN
|
10
10
|
Classifier: Environment :: Web Environment
|
{componentsDjangoType-0.0.1 → componentsDjangoType-0.0.3/componentsDjangoType.egg-info}/PKG-INFO
RENAMED
@@ -1,10 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: componentsDjangoType
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.3
|
4
4
|
Summary: A Django app for creating HTML components
|
5
5
|
Home-page: https://github.com/jose-CR/componentsDjangoType
|
6
6
|
Author: Alejandro
|
7
|
-
Author-email:
|
7
|
+
Author-email: hjosealejandro21@gmail.com
|
8
8
|
License: MIT
|
9
9
|
Platform: UNKNOWN
|
10
10
|
Classifier: Environment :: Web Environment
|
{componentsDjangoType-0.0.1 → componentsDjangoType-0.0.3}/componentsDjangoType.egg-info/SOURCES.txt
RENAMED
@@ -2,12 +2,12 @@ LICENSE
|
|
2
2
|
MANIFEST.in
|
3
3
|
README.md
|
4
4
|
setup.py
|
5
|
+
componentsDjangoType/__init__.py
|
5
6
|
componentsDjangoType.egg-info/PKG-INFO
|
6
7
|
componentsDjangoType.egg-info/SOURCES.txt
|
7
8
|
componentsDjangoType.egg-info/dependency_links.txt
|
8
9
|
componentsDjangoType.egg-info/requires.txt
|
9
10
|
componentsDjangoType.egg-info/top_level.txt
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
settings/management/commands/createcomponent.py
|
11
|
+
componentsDjangoType/management/__init__.py
|
12
|
+
componentsDjangoType/management/commands/__init__.py
|
13
|
+
componentsDjangoType/management/commands/createcomponent.py
|
@@ -0,0 +1 @@
|
|
1
|
+
componentsDjangoType
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name='componentsDjangoType',
|
5
|
-
version='0.0.
|
5
|
+
version='0.0.3',
|
6
6
|
packages=find_packages(),
|
7
7
|
include_package_data=True,
|
8
8
|
license='MIT',
|
@@ -11,7 +11,7 @@ setup(
|
|
11
11
|
long_description_content_type='text/markdown',
|
12
12
|
url='https://github.com/jose-CR/componentsDjangoType',
|
13
13
|
author='Alejandro',
|
14
|
-
author_email='
|
14
|
+
author_email='hjosealejandro21@gmail.com',
|
15
15
|
classifiers=[
|
16
16
|
'Environment :: Web Environment',
|
17
17
|
'Framework :: Django',
|
@@ -1 +0,0 @@
|
|
1
|
-
settings
|
File without changes
|
File without changes
|
{componentsDjangoType-0.0.1/settings → componentsDjangoType-0.0.3/componentsDjangoType}/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{componentsDjangoType-0.0.1 → componentsDjangoType-0.0.3}/componentsDjangoType.egg-info/requires.txt
RENAMED
File without changes
|
File without changes
|