Skip to content
Snippets Groups Projects
Commit a8e99b48 authored by tuhe's avatar tuhe
Browse files

CI/CD

parent a88cefa1
No related branches found
No related tags found
No related merge requests found
Pipeline #7454 failed
Showing
with 3 additions and 3 deletions
......@@ -90,7 +90,7 @@ stages:
test_38:
extends: .test_students
image: python:3.8-buster
# image: python:3.8-buster
#test_39:
# extends: .test_students
......
......@@ -11,7 +11,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setuptools.setup(
name="beamer-slider",
version="0.1.23",
version="0.1.24.1",
author="Tue Herlau",
author_email="tuhe@dtu.dk",
description="Software to create inkscape overlays in Beamer",
......@@ -32,7 +32,7 @@ setuptools.setup(
python_requires=">=3.8",
install_requires=['Jinja2', 'numpy', 'chardet', 'scipy', 'seaborn', 'lxml', 'matplotlib', 'pylatexenc', 'beautifulsoup4', 'PyPDF2', 'clize'],
include_package_data=True,
package_data={'': ['DTU_Beamer_files/DTU_Beamer_files.zip'],}, # Check Manifest.in.
package_data={'': ['data/DTU_Beamer_files/*'],}, # Check Manifest.in.
entry_points={
'console_scripts': ['slider=slider.slider_cli:clize_main_entry_point'],
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment