diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-11-21 17:00:20 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-11-21 17:04:31 +0100 |
commit | a99c472c5dce7f16822294521ab6f33e01864052 (patch) | |
tree | 907b1da62a81bada7ba8cde1efda918703c4efd6 | |
parent | 88ef7076c710c4482d923d1f8a33ec0dec031d7f (diff) | |
download | astra-a99c472c5dce7f16822294521ab6f33e01864052.tar.gz astra-a99c472c5dce7f16822294521ab6f33e01864052.tar.bz2 astra-a99c472c5dce7f16822294521ab6f33e01864052.tar.xz astra-a99c472c5dce7f16822294521ab6f33e01864052.zip |
Update python package name from PyASTRAToolbox to astra-toolbox
-rw-r--r-- | python/builder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/builder.py b/python/builder.py index 243888b..7c55054 100644 --- a/python/builder.py +++ b/python/builder.py @@ -74,7 +74,7 @@ for m in ext_modules: if m.name == 'astra.plugin_c': m.sources.append('astra/src/PythonPluginAlgorithm.cpp') -setup (name = 'PyASTRAToolbox', +setup (name = 'astra-toolbox', version = '1.7.1', description = 'Python interface to the ASTRA-Toolbox', author='D.M. Pelt', |