You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ariatosca.apache.org by ra...@apache.org on 2017/06/22 12:41:47 UTC

incubator-ariatosca git commit: ARIA-280 Change package name [Forced Update!]

Repository: incubator-ariatosca
Updated Branches:
  refs/heads/ARIA-280-change-package-name d89e5a8a6 -> 8fe96406e (forced update)


ARIA-280 Change package name

Changed package name from 'aria' to 'apache-ariatosca',
in accordance with Apache's standards.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/8fe96406
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/8fe96406
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/8fe96406

Branch: refs/heads/ARIA-280-change-package-name
Commit: 8fe96406eefa125f30b7cb3e549954ea5fe79928
Parents: 75112ab
Author: Ran Ziv <ra...@gigaspaces.com>
Authored: Thu Jun 22 15:39:28 2017 +0300
Committer: Ran Ziv <ra...@gigaspaces.com>
Committed: Thu Jun 22 15:41:42 2017 +0300

----------------------------------------------------------------------
 aria/__init__.py | 2 +-
 setup.py         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/8fe96406/aria/__init__.py
----------------------------------------------------------------------
diff --git a/aria/__init__.py b/aria/__init__.py
index 34db3a8..2081801 100644
--- a/aria/__init__.py
+++ b/aria/__init__.py
@@ -20,7 +20,7 @@ ARIA top level package
 import sys
 
 import pkg_resources
-__version__ = pkg_resources.get_distribution('aria').version
+__version__ = pkg_resources.get_distribution('apache-ariatosca').version
 
 from .orchestrator.decorators import workflow, operation
 from . import (

http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/8fe96406/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index d2a914c..043fb47 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ from setuptools.command.install import install
 from setuptools.command.develop import develop
 
 
-_PACKAGE_NAME = 'aria'
+_PACKAGE_NAME = 'apache-ariatosca'
 _PYTHON_SUPPORTED_VERSIONS = [(2, 6), (2, 7)]
 _EXTENSION_DIR = 'extensions'
 _EXTENSION_NAMES = [
@@ -106,7 +106,7 @@ setup(
     description='ARIA',
     long_description=long_description,
     license='Apache License 2.0',
-    author='aria',
+    author='ARIA',
     author_email='dev@ariatosca.incubator.apache.org',
     url='http://ariatosca.incubator.apache.org/',
     download_url=(