|
1 | | -from distutils.core import setup |
| 1 | +from setuptools import setup |
2 | 2 |
|
3 | 3 | setup( |
4 | 4 | name='getgauge', |
5 | 5 | packages=['getgauge', 'getgauge/messages'], |
6 | 6 | version='{0}', |
7 | 7 | description='Enables Python support for Gauge', |
8 | 8 | author='Gauge Team', |
9 | | - author_email='getgauge@outlook.com', |
| 9 | + author_email='getgauge@googlegroups.com', |
10 | 10 | url='https://github.com/getgauge/gauge-python', |
11 | 11 | download_url='https://github.com/getgauge/gauge-python/archive/v{0}.zip', |
12 | 12 | keywords=['testing', 'gauge', 'gauge-python', 'getgauge', 'automation'], |
13 | 13 | license='MIT', |
14 | 14 | classifiers=[ |
15 | | - 'Development Status :: 3 - Alpha', |
| 15 | + 'Development Status :: 4 - Beta', |
16 | 16 | 'License :: OSI Approved :: MIT License', |
17 | | - 'Programming Language :: Python :: 2.7', |
18 | 17 | 'Programming Language :: Python :: 3', |
19 | | - 'Programming Language :: Python :: 3.3', |
20 | | - 'Programming Language :: Python :: 3.4', |
21 | | - 'Programming Language :: Python :: 3.5', |
22 | | - 'Programming Language :: Python :: 3.6', |
23 | | - 'Programming Language :: Python :: 3.7', |
| 18 | + 'Programming Language :: Python :: 3 :: Only', |
24 | 19 | ], |
25 | 20 | install_requires=['redBaron', 'debugpy', 'grpcio>=1.39.0', 'protobuf>=3.5.2'], |
26 | 21 | extras_require={1}, |
|
0 commit comments