Bug 1585146 - [mach] Bump to 1.0.0 and add Python classifiers, r=firefox-build-system-reviewers,mshal

Depends on D47668

Differential Revision: https://phabricator.services.mozilla.com/D47669

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andrew Halberstadt 2019-10-01 18:32:07 +00:00
Родитель 07d6b341a6
Коммит d25a545d74
2 изменённых файлов: 6 добавлений и 2 удалений

2
python/mach/setup.cfg Normal file
Просмотреть файл

@ -0,0 +1,2 @@
[bdist_wheel]
universal=1

Просмотреть файл

@ -9,7 +9,7 @@ except ImportError:
from distutils.core import setup
VERSION = '0.6'
VERSION = '1.0.0'
README = open('README.rst').read()
@ -25,9 +25,11 @@ setup(
version=VERSION,
classifiers=[
'Environment :: Console',
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)',
'Natural Language :: English',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
],
install_requires=[
'blessings',