Skip to content

Commit

Permalink
Add Project.toml file and remove REQUIRE
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojukka5 committed Dec 14, 2019
1 parent 37dbe82 commit 4ff3f56
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
17 changes: 17 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name = "AbaqusReader"
uuid = "bc6b9049-e460-56d6-94b4-a597b2c0390d"
authors = ["Jukka Aho <[email protected]>"]
version = "0.2.4"

[deps]
Nullables = "4d1e1d77-625e-5b40-9113-a560ec7a8ecd"

[compat]
julia = "1"
Nullables = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
2 changes: 0 additions & 2 deletions REQUIRE

This file was deleted.

1 change: 0 additions & 1 deletion test/REQUIRE

This file was deleted.

4 changes: 0 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using AbaqusReader
using Test

include("../docs/make.jl")

@testset "AbaqusReader.jl" begin
@testset "test_parse_mesh" begin include("test_parse_mesh.jl") end
@testset "test_parse_model" begin include("test_parse_model.jl") end
Expand All @@ -14,5 +12,3 @@ include("../docs/make.jl")
@testset "test_parse_t2d2" begin include("test_parse_t2d2.jl") end
@testset "test_parse_beams" begin include("test_parse_beams.jl") end
end

include("../docs/deploy.jl")

2 comments on commit 4ff3f56

@ahojukka5
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/6712

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.4 -m "<description of version>" 4ff3f565c56cb27594c7ea655481aa1b594b1910
git push origin v0.2.4

Also, note the warning: Version 0.2.4 skips over 0.2.3
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.