Skip to content
Snippets Groups Projects
Commit a221d758 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

rename to SincellTE, simplify config

parent a88f8a85
No related branches found
No related tags found
No related merge requests found
Pipeline #125476 passed
Showing
with 19 additions and 44 deletions
include LICENSE
include README.rst
\ No newline at end of file
include README.rst
recursive-include sincellte/templatetags *.py
recursive-include sincellte/templates/strass_app *.html
recursive-include sincellte/templates *.html
recursive-include sincellte/static/css *.css
recursive-include sincellte/static/js *.js
recursive-include sincellte/static/img *.png *.jpg *.svg
recursive-include sincellte/locale/en/LC_MESSAGES *.po *.mo
recursive-include sincellte/locale/fr/LC_MESSAGES *.po *.mo
\ No newline at end of file
# A package theming django-basetheme-bootstrap for EBAII
# A package theming django-basetheme-bootstrap for SincellTE
===============================================================================
A package theming django-basetheme-bootstrap for EBAII
A package theming django-basetheme-bootstrap for SincellTE
===============================================================================
\ No newline at end of file
[metadata]
name = ebaii-theme
version = 1.3.1
description = A theme for EBAII school for django-basetheme-bootstrap app
name = sincellte-theme
version = 1.0.0
description = A theme for SincellTE school for django-basetheme-bootstrap app
long_description = file: README.rst
author = Bryan Brancotte
author_email = bryan.brancotte@pasteur.fr
license = BSD-3-Clause # Example license
classifiers =
Environment :: Web Environment
Development Status :: 5 - Production/Stable
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: BSD License
......@@ -16,6 +17,7 @@ classifiers =
Programming Language :: Python :: 3
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Utilities
[options]
include_package_data = true
......
......@@ -3,39 +3,4 @@
from setuptools import setup
readme = open('README.rst').read()
setup(
name='django-basetheme-bootstrap-ebaii-theme',
version='1.3.1',
description='EBAII theming for django-basetheme-bootstrap',
long_description=readme,
author='Bryan Brancotte',
author_email='bryan.brancotte@pasteur.fr',
packages=['ebaii'],
install_requires=[
'django-basetheme-bootstrap'
],
license="BSD",
package_data={'ebaii': [
"templatetags/*",
"templates/strass_app/*",
"templates/*",
"static/css/*",
"static/js/*",
"static/img/*",
"locale/en/LC_MESSAGES/*",
"locale/fr/LC_MESSAGES/*",
]},
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Topic :: Utilities',
],
)
setup()
File moved
from django.apps import AppConfig
class EbaiiConfig(AppConfig):
class SincellteConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'ebaii'
name = 'sincellte'
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment