Verified Commit 8df74b71 authored by Jakob Moser's avatar Jakob Moser
Browse files

Add basic Coli Organization Identity

parent 84591c63
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
[project]
name = "coliverter"
version = "0.1.1"
version = "0.2.0"
authors = [
  { name="Jakob Moser", email="moser@cl.uni-heidelberg.de" },
]
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@ PANDOC_OPTIONS = (
    f"--from=markdown+{'+'.join(ACTIVE_MARKDOWN_EXTENSIONS)}",
    "--to=html",
    "--wrap=none",
    "--standalone",
    "--css=https://fachschaft.cl.uni-heidelberg.de/wp-content/themes/fscoli-next-master/typography.css",
)


+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ wheels = [

[[package]]
name = "coliverter"
version = "0.0.1"
version = "0.2.0"
source = { editable = "." }
dependencies = [
    { name = "typer" },