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

build and publish package

parent 8eeb6eea
No related branches found
No related tags found
No related merge requests found
Pipeline #120662 failed
upload:
stage: deploy
needs: []
image: python:latest
only:
- main
script:
- pip install "setuptools>=62.6" twine
- pip install -r requirements.txt
- python setup.py sdist
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --verbose --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
LICENSE 0 → 100644
BSD 3-Clause License
Copyright (c) 2019, Bryan BRANCOTTE
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
include LICENSE
include README.rst
\ No newline at end of file
[tool.black]
line-length = 120
skip-string-normalization = true
exclude = '''(
migrations\/ | manage.py | wsgi.py | .venv | venv
)
'''
django-basetheme-bootstrap>=v1.6
\ No newline at end of file
django-basetheme-bootstrap>=1.6.1
\ No newline at end of file
[metadata]
name = ebaii-theme
version = 1.3
description = A theme for EBAII 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
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
include_package_data = true
packages = find:
python_requires = >=3.4
install_requires = file: requirements.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment