Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-280-change-package-name [created] d89e5a8a6
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/d89e5a8a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/d89e5a8a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/d89e5a8a Branch: refs/heads/ARIA-280-change-package-name Commit: d89e5a8a68cd517d183f86c486894fcd5b2540a8 Parents: 75112ab Author: Ran Ziv <[email protected]> Authored: Thu Jun 22 15:39:28 2017 +0300 Committer: Ran Ziv <[email protected]> Committed: Thu Jun 22 15:39:28 2017 +0300 ---------------------------------------------------------------------- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/d89e5a8a/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='[email protected]', url='http://ariatosca.incubator.apache.org/', download_url=(
