|
17 | 17 | Programming Language :: Python |
18 | 18 | Programming Language :: Python :: 3 |
19 | 19 | Programming Language :: Python :: 3 :: Only |
20 | | -Programming Language :: Python :: 3.5 |
21 | | -Programming Language :: Python :: 3.6 |
22 | | -Programming Language :: Python :: 3.7 |
23 | | -Programming Language :: Python :: 3.8 |
| 20 | +Programming Language :: Python :: 3.9 |
| 21 | +Programming Language :: Python :: 3.10 |
| 22 | +Programming Language :: Python :: 3.11 |
| 23 | +Programming Language :: Python :: 3.12 |
| 24 | +Programming Language :: Python :: 3.13 |
24 | 25 | Topic :: Software Development :: Testing |
25 | 26 | Topic :: Software Development :: Quality Assurance |
26 | 27 | """.strip().splitlines() |
|
29 | 30 | name="robotframework-faker", |
30 | 31 | package_dir={"": "robotframework-faker"}, |
31 | 32 | packages=["FakerLibrary"], # this must be the same as the name above |
32 | | - version="5.0.0", |
| 33 | + version="6.0.0", |
33 | 34 | description=short_description, |
34 | | - author="Guy Kisel", |
35 | | - author_email="guy.kisel@gmail.com", |
36 | | - url="https://github.com/guykisel/robotframework-faker", |
| 35 | + author="Robot Framework Community, Ed Manlove", |
| 36 | + author_email="emanlove@verizon.net", |
| 37 | + url="https://github.com/marketsquare/robotframework-faker", |
37 | 38 | download_url="https://pypi.python.org/pypi/robotframework-faker", |
38 | 39 | keywords=( |
39 | 40 | "robotframework testing " |
|
0 commit comments