File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 11PYPLOT-FORTRAN: For generating plots from Fortran using Python's matplotlib.pyplot.
22
3- Copyright (c) 2015-2021 , Jacob Williams
3+ Copyright (c) 2015-2022 , Jacob Williams
44All rights reserved.
55
66Redistribution 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"
22version = " 3.1.0"
33author = " Jacob Williams"
44maintainer = " Jacob Williams"
5- copyright = " Copyright (c) 2015-2021 , Jacob Williams"
5+ copyright = " Copyright (c) 2015-2022 , Jacob Williams"
66license = " BSD-3"
77description = " A simple module for generating plots from Fortran using Python's matplotlib.pyplot."
88homepage = " https://github.com/jacobwilliams/pyplot-fortran"
@@ -16,9 +16,4 @@ library = true
1616[build ]
1717auto-executables = false
1818auto-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