Chanded version and renamed scripts

master3.3
Самоукин Алексей 14 years ago
parent b8cd071cd4
commit 02b3f08e8d

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "2.2.0"
__version__ = "2.2.0.0"
__app__ = "calculate-desktop"
import os

@ -26,7 +26,7 @@ from distutils.command.install_scripts import install_scripts
__app__ = "calculate-desktop"
__version__ = "2.2.0"
__version__ = "2.2.0.0"
data_files = []
@ -149,7 +149,7 @@ setup(
package_dir = {'calculate-desktop': "."},
packages = ['calculate-desktop.pym'],
data_files = data_files,
scripts=["./scripts/cl-createhome-2.2",
scripts=["./scripts/cl-createhome",
"./scripts/install",
"./scripts/uninstall"],
cmdclass={'install_data': cl_install_data,

Loading…
Cancel
Save