diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/setup.py b/setup.py deleted file mode 100644 index 3c934085d..000000000 --- a/setup.py +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env python - -from setuptools import setup - -setup( - name="releng", - version="master", - url="https://www.opnfv.org", -) |