https://github.com/yaml2sbml-dev/yaml2sbml
Revision 8c2634a56ebf5d86b7099d626c27bc10b2508132 authored by Jakob Vanhoefer on 19 February 2021, 16:55:49 UTC, committed by GitHub on 19 February 2021, 16:55:49 UTC
* fix #101

* add model name suffix to PEtab tables

* fix SBML string compares in tests

* add observables_as_assignments keyword

* fix new cli argument as flag

* add documentation

* delte reminder

* fix review comments

* fix imports

* try to fix imports + flake8

* fix import, Yanniks suggestion

* fix PEtab yaml creation

Co-authored-by: Yannik Schälte <31767307+yannikschaelte@users.noreply.github.com>
1 parent 545ea36
Raw File
Tip revision: 8c2634a56ebf5d86b7099d626c27bc10b2508132 authored by Jakob Vanhoefer on 19 February 2021, 16:55:49 UTC
fixes 98, fixes 101 (#105)
Tip revision: 8c2634a
setup.py
"""Setup module."""

import setuptools

setuptools.setup()
back to top