Skip to content

Commit da68b01

Browse files
committed
moved test file
updated fpm.toml
1 parent 2b6cd15 commit da68b01

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PYPLOT-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
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without modification,

fpm.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "pyplot-fortran"
22
version = "3.1.0"
33
author = "Jacob Williams"
44
maintainer = "Jacob Williams"
5-
copyright = "Copyright (c) 2015-2021, Jacob Williams"
5+
copyright = "Copyright (c) 2015-2022, Jacob Williams"
66
license = "BSD-3"
77
description = "A simple module for generating plots from Fortran using Python's matplotlib.pyplot."
88
homepage = "https://github.com/jacobwilliams/pyplot-fortran"
@@ -16,9 +16,4 @@ library = true
1616
[build]
1717
auto-executables = false
1818
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.

0 commit comments

Comments
 (0)