componentsDjangoType 1.0.3__tar.gz → 1.0.4__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {componentsdjangotype-1.0.3/componentsDjangoType.egg-info → componentsdjangotype-1.0.4}/PKG-INFO +1 -1
- {componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/componentsDjangoType/management/commands/createApp.py +0 -1
- {componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4/componentsDjangoType.egg-info}/PKG-INFO +1 -1
- {componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/setup.py +4 -1
- {componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/LICENSE +0 -0
- {componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/MANIFEST.in +0 -0
- {componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/README.md +0 -0
- {componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/componentsDjangoType/__init__.py +0 -0
- {componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/componentsDjangoType/management/__init__.py +0 -0
- {componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/componentsDjangoType/management/commands/__init__.py +0 -0
- {componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/componentsDjangoType/management/commands/createcomponent.py +0 -0
- {componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/componentsDjangoType/management/commands/utils/css/authentication.css +0 -0
- {componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/componentsDjangoType/management/commands/utils/js/alertErrors.js +0 -0
- {componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/componentsDjangoType/management/commands/utils/layouts/index.html +0 -0
- {componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/componentsDjangoType/management/commands/utils/pages/home.html +0 -0
- {componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/componentsDjangoType/management/commands/utils/pages/logged.html +0 -0
- {componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/componentsDjangoType/management/commands/utils/pages/login.html +0 -0
- {componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/componentsDjangoType/management/commands/utils/pages/singup.html +0 -0
- {componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/componentsDjangoType.egg-info/SOURCES.txt +0 -0
- {componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/componentsDjangoType.egg-info/dependency_links.txt +0 -0
- {componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/componentsDjangoType.egg-info/requires.txt +0 -0
- {componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/componentsDjangoType.egg-info/top_level.txt +0 -0
- {componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/setup.cfg +0 -0
@@ -2,9 +2,12 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name='componentsDjangoType',
|
5
|
-
version='1.0.
|
5
|
+
version='1.0.4',
|
6
6
|
packages=find_packages(),
|
7
7
|
include_package_data=True,
|
8
|
+
package_data={
|
9
|
+
'componentsDjangoType.utils': ['css/*.css', 'js/*.js', 'layouts/*.html', 'pages/*.html']
|
10
|
+
},
|
8
11
|
license='MIT',
|
9
12
|
description='A Django app for creating HTML components',
|
10
13
|
long_description=open('README.md').read(),
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/componentsDjangoType.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
{componentsdjangotype-1.0.3 → componentsdjangotype-1.0.4}/componentsDjangoType.egg-info/requires.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|