Adjusted for pypi support 57/37757/1
authorLianhao Lu <lianhao.lu@intel.com>
Thu, 22 Mar 2018 12:39:04 +0000 (20:39 +0800)
committerLianhao Lu <lianhao.lu@intel.com>
Thu, 22 Mar 2018 12:54:00 +0000 (20:54 +0800)
commit7676ca5e12557f72226fac162e5f1530964906cb
tree8659c0036c8dbbdeca02d186ec28f37b87fec401
parentc3fe9827d9357f5fa2a62f6f0965ad40106a5aad
Adjusted for pypi support

We need to adjust the python module structure meet the pypi
requirements. This has been tested on test pypi
https://test.pypi.org/project/vnfsdk.

1. move 3 directories cli/ validator/ packager/ into vnfsdk_pkgtools. so
now the python module for vnfsdk pkgtools would be "vnfsdk_pkgtool.*"

2. Added missing README.rst, LICENSE.txt according to pypi requirement.

3. Added new version mechanism accroding onap community suggestions.

4. Other clean sweep job like dos2unix.

Change-Id: If90df33673bff045d85d67c29a1d0ab44d0c8858
Issue-ID: VNFSDK-143
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
18 files changed:
LICENSE.txt [moved from LICENSE with 100% similarity]
MANIFEST.in
Makefile
README.rst [new file with mode: 0644]
assembly.xml
pom.xml
setup.py
tests/cli/test_cli.py
tests/packager/test_package.py
tox.ini
vnfsdk_pkgtools/__init__.py [moved from __init__.py with 100% similarity]
vnfsdk_pkgtools/cli/__init__.py [moved from cli/__init__.py with 100% similarity]
vnfsdk_pkgtools/cli/__main__.py [moved from cli/__main__.py with 95% similarity]
vnfsdk_pkgtools/packager/__init__.py [moved from packager/__init__.py with 100% similarity]
vnfsdk_pkgtools/packager/csar.py [moved from packager/csar.py with 97% similarity]
vnfsdk_pkgtools/validator/__init__.py [moved from validator/__init__.py with 96% similarity]
vnfsdk_pkgtools/validator/aria_validator.py [moved from validator/aria_validator.py with 97% similarity]
vnfsdk_pkgtools/version.py [new file with mode: 0644]