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

Merge branch 'multi-package' into 'master'

Multi package

See merge request !3
parents 486a8410 93f26e60
No related branches found
No related tags found
1 merge request!3Multi package
Pipeline #146270 passed
......@@ -10,3 +10,5 @@ db.sqlite3
.coverage
*.egg-info
dist/
/setup.cfg
/MANIFEST.in
\ No newline at end of file
......@@ -23,12 +23,11 @@ upload:
image: python:latest
only:
- master
- multi-package
script:
- pip install "setuptools>=62.6" twine build
- >
strings=(
"full"
)
- |-
strings=("full" "code-only")
for key in "${strings[@]}"
do
cp setup.${key}.cfg setup.cfg
......
include LICENSE
include README.rst
include runtests.py
[metadata]
name = django-basetheme-bootstrap-code-only
version = attr: basetheme_bootstrap.VERSION
description = Django Basetheme Bootstrap
long_description = file: README.rst
url = https://gitlab.pasteur.fr/bbrancot/django-basetheme-bootstrap
author = Bryan Brancotte
author_email = bryan.brancotte@pasteur.fr
license = BSD-3-Clause
test_suite = runtests.run_tests
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
Programming Language :: Python :: 3 :: Only
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Utilities
[options]
include_package_data = true
packages = find:
python_requires = >=3.4
setup_requires =
setuptools>=62.6
install_requires = file: requirements.txt
tests_require =
coverage
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment