Skip to content

Commit a869692

Browse files
Move to Project.toml
1 parent 4da2f9b commit a869692

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*~
22
*.kate-swp
3+
Manifest.toml

Project.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name = "Calculus"
2+
uuid = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
3+
version = "0.5.0"
4+
5+
[deps]
6+
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
7+
8+
[compat]
9+
julia = "1"
10+
11+
[extras]
12+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
13+
14+
[targets]
15+
test = ["Test"]

REQUIRE

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/Calculus.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
VERSION < v"0.7.0-beta2.199" && __precompile__()
2-
31
module Calculus
42
using Compat
53
export check_derivative,

0 commit comments

Comments
 (0)