|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# setup.py --- Setup script for calculate-server |
|
|
|
|
|
|
|
#Copyright 2008 Calculate Pack, http://www.calculate-linux.ru |
|
|
|
#Copyright 2008 Calculate Pack, http://www.calculate-linux.org |
|
|
|
# |
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
# you may not use this file except in compliance with the License. |
|
|
@ -27,7 +27,7 @@ setup( |
|
|
|
description = "The library for Calculate 2", |
|
|
|
author = "Calculate Pack", |
|
|
|
author_email = "support@calculate.ru", |
|
|
|
url = "http://calculate-linux.ru", |
|
|
|
url = "http://calculate-linux.org", |
|
|
|
license = "http://www.apache.org/licenses/LICENSE-2.0", |
|
|
|
package_dir = {'calculate-lib': "."}, |
|
|
|
packages = ['calculate-lib.pym'], |
|
|
|