Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit d57df64

Browse files
committed
python 2.7 and 3 both support
1 parent 6dcb062 commit d57df64

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
3-
from __future__ import print_function
4-
53
"""
64
Неофициальный Python клиент Единой мобильной платформы города Москвы.
75
"""
6+
from __future__ import print_function
87

98
import sys
109
import distro
1110
from setuptools import setup
1211

1312

1413
VERSION_MAJOR = 0
15-
VERSION_MINOR = 1
14+
VERSION_MINOR = 2
1615

1716
ver = '%d.%d' % (VERSION_MAJOR, VERSION_MINOR)
1817

0 commit comments

Comments
 (0)