Skip to content
Snippets Groups Projects
Commit fc1ad787 authored by Leif Andersson's avatar Leif Andersson
Browse files

Recreated package.

parent 3d354b3a
Branches
No related tags found
No related merge requests found
/Manifest.toml
LICENSE 0 → 100644
MIT License
Copyright (c) 2023 Leif Andersson <leif.andersson@control.lth.se>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
name = "ModJuliaTikz"
uuid = "22ae9137-b414-4881-b080-1e44453510eb"
uuid = "03fd23bd-cacd-4584-a80b-c389ae8a36ca"
authors = ["Leif Andersson <leif.andersson@control.lth.se>"]
version = "0.1.0"
version = "1.0.0-DEV"
[deps]
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
[compat]
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]
using ModJuliaTikz
using Test
@testset "ModJuliaTikz.jl" begin
# Write your tests here.
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment