X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=NG-RO%2Fsetup.py;h=b60a3b8004216e5048162f6b79c20f4d44a42d3a;hb=123de18fe672551ac782aec4188150d3fe76c961;hp=466138605493c472f3b19b7a3b847582635094de;hpb=96abfc244d7937f7bb33aae8916033c0defd29d4;p=osm%2FRO.git diff --git a/NG-RO/setup.py b/NG-RO/setup.py index 46613860..b60a3b80 100644 --- a/NG-RO/setup.py +++ b/NG-RO/setup.py @@ -16,7 +16,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from setuptools import setup, find_packages +from setuptools import find_packages, setup _name = "osm_ng_ro" _version_command = ("git describe --match v* --tags --long --dirty", "pep440-git-full")