File tree 3 files changed +3
-8
lines changed
3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
PYPLOT-FORTRAN: For generating plots from Fortran using Python's matplotlib.pyplot.
2
2
3
- Copyright (c) 2015-2021 , Jacob Williams
3
+ Copyright (c) 2015-2022 , Jacob Williams
4
4
All rights reserved.
5
5
6
6
Redistribution and use in source and binary forms, with or without modification,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name = "pyplot-fortran"
2
2
version = " 3.1.0"
3
3
author = " Jacob Williams"
4
4
maintainer = " Jacob Williams"
5
- copyright = " Copyright (c) 2015-2021 , Jacob Williams"
5
+ copyright = " Copyright (c) 2015-2022 , Jacob Williams"
6
6
license = " BSD-3"
7
7
description = " A simple module for generating plots from Fortran using Python's matplotlib.pyplot."
8
8
homepage = " https://github.com/jacobwilliams/pyplot-fortran"
@@ -16,9 +16,4 @@ library = true
16
16
[build ]
17
17
auto-executables = false
18
18
auto-examples = false
19
- auto-tests = false
20
-
21
- [[test ]]
22
- name = " test"
23
- source-dir = " tests"
24
- main = " test.f90"
19
+ auto-tests = true
File renamed without changes.
You can’t perform that action at this time.
0 commit comments