Skip to content

Commit

Permalink
Expm packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Klishin committed Apr 8, 2013
1 parent 19d250c commit babd0e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ MoneyEx is an Elixir library for working with monetary amounts and currencies,
heavily inspired by [Joda Money](http://joda-money.sourceforge.net/) and [ClojureWerkz Money](https://github.com/clojurewerkz/money).


## Dependency Information

MoneyEx is [released to expm.co](http://expm.co/money).


## License

Released under the Apache License, Version 2.0.
6 changes: 6 additions & 0 deletions package.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Expm.Package.new(name: "money", description: "Library for working with monetary amounts and currencies",
version: "1.0.0-alpha1", keywords: ["money"],
maintainers: [[name: "Michael S. Klishin",
email: "michael@defprotocol.org"]],
repositories: [[github: "michaelklishin/money.ex"]])

0 comments on commit babd0e0

Please sign in to comment.