Feature 10296 Pip Standardization
Creates standard template for tox.ini
Introduces 'safety' for listing upstream CVEs
Pins all versions of all upstream modules
Removes dependencies from Makefile and Dockerfile
and places them into requirements.txt
Change-Id: If2c52b101bad455534096567b4d68c2baba05d22
Signed-off-by: beierlm <mark.beierl@canonical.com>
diff --git a/setup.py b/setup.py
index dfa5cee..71c7eae 100644
--- a/setup.py
+++ b/setup.py
@@ -48,12 +48,11 @@
description='OSM Information Model',
long_description=open('README.rst').read(),
version_command=('git describe --tags --long --dirty --match v*', 'pep440-git-full'),
- author='Mike Marchetti',
- author_email='mmarchetti@sandvine.com',
+ author='OSM Support',
+ author_email='osmsupport@etsi.org',
packages=find_packages(),
include_package_data=True,
setup_requires=['setuptools-version-command'],
- install_requires=['pyang', 'pyangbind'],
test_suite='nose.collector',
url='https://osm.etsi.org/gitweb/?p=osm/IM.git;a=summary',
license='Apache 2.0',