lshifr
11/25/2012 - 2:39 PM

Simple test project with one package and a project.m file, where the package name does not correspond to the name of the project

Simple test project with one package and a project.m file, where the package name does not correspond to the name of the project

{
   "author"->
		{
			"name" -> "Leonid Shifrin",
			"email" -> "lshifr@gmail.com",
			"url" -> "http://www.mathprogramming-intro.org"
		},
    "name" -> "Test1",
    "Description"-> "Simple test project for the installer",
    "url" -> "https://gist.github.com/gists/4143767/download",
    "license" ->  "MIT"
}
BeginPackage["Test2`"]

g[x_]:=x^3;

EndPackage[]