aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-02-28 09:35:49 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-02-28 09:36:32 +0100
commit2aab5c48df64b044ab9bae6e883e6e0acaabbf52 (patch)
treec82294952795b3953130bf624929d6ecae3e4fcf /setup.cfg
parentbaa8f2d5f67d45e5761f92cb93fe22050f08d0fe (diff)
Rename all Functest refs to Xtesting
It mainly renames python modules and then the related documentation config files. Change-Id: I186010bb88d3d39afe7b8fd1ebcef9c690cc1282 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 1a8b00ee..edc36704 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,14 +1,14 @@
[metadata]
-name = functest
+name = xtesting
version = 5
home-page = https://wiki.opnfv.org/display/functest
[files]
-packages = functest
+packages = xtesting
[entry_points]
console_scripts =
- run_tests = functest.ci.run_tests:main
+ run_tests = xtesting.ci.run_tests:main
[build_sphinx]
all_files = 1