X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=NG-RO%2Fsetup.py;h=b60a3b8004216e5048162f6b79c20f4d44a42d3a;hp=466138605493c472f3b19b7a3b847582635094de;hb=049cbb1b256805f589c24776dcf092c77fefec6a;hpb=08c81cf0d426c695e67942ec9dceeeb4458ba582 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")