diff --git a/README b/README index b47e3dda..17e38a69 100644 --- a/README +++ b/README @@ -56,3 +56,12 @@ For usage information, consult the source code and refer to the API reference at - http://docs.amazonwebservices.com/AWSEC2/2009-11-30/APIReference/ - http://docs.amazonwebservices.com/AmazonS3/2006-03-01/API/ - http://docs.amazonwebservices.com/AmazonSimpleDB/latest/DeveloperGuide/ + +Roadmap +------- + +v0.8.0 +* Existing code + +v1.0.0 +* Refactored code for better return values (issue #7) diff --git a/package.exs b/package.exs new file mode 100644 index 00000000..05f6c596 --- /dev/null +++ b/package.exs @@ -0,0 +1,5 @@ +Expm.Package.new(name: "erlcloud", description: "Cloud Computing library for Erlang (Amazon EC2, S3, SQS, SimpleDB, Mechanical Turk, ELB) ", + version: "0.8.0", keywords: ["cloud", "api", "amazon", "ec2", "s3", "sqs"], + maintainers: [[name: "Gleb Peregud", + email: "gleber.p@gmail.com"]], + repositories: [[github: "gleber/erlcloud"]]) \ No newline at end of file