From 9c73f1d563395a790dc941eb3f70a3a2e875b41c Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 20 Jan 2011 20:36:45 -0500 Subject: [PATCH] Rename to exafmm. --- {sumpy => exafmm}/__init__.py | 0 {sumpy => exafmm}/fmm.py | 0 {sumpy => exafmm}/fmm2.py | 0 {sumpy => exafmm}/tree.py | 0 setup.py | 2 +- 5 files changed, 1 insertion(+), 1 deletion(-) rename {sumpy => exafmm}/__init__.py (100%) rename {sumpy => exafmm}/fmm.py (100%) rename {sumpy => exafmm}/fmm2.py (100%) rename {sumpy => exafmm}/tree.py (100%) diff --git a/sumpy/__init__.py b/exafmm/__init__.py similarity index 100% rename from sumpy/__init__.py rename to exafmm/__init__.py diff --git a/sumpy/fmm.py b/exafmm/fmm.py similarity index 100% rename from sumpy/fmm.py rename to exafmm/fmm.py diff --git a/sumpy/fmm2.py b/exafmm/fmm2.py similarity index 100% rename from sumpy/fmm2.py rename to exafmm/fmm2.py diff --git a/sumpy/tree.py b/exafmm/tree.py similarity index 100% rename from sumpy/tree.py rename to exafmm/tree.py diff --git a/setup.py b/setup.py index c94358bd..2e62c167 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ except ImportError: # 2.x from distutils.command.build_py import build_py -setup(name="sumpy", +setup(name="exafmm", version="2011.1", description="Fast summation in Python", long_description=""" -- GitLab