File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed
Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 11# del old build
22rm -rf build
33rm -rf dist
4- rm -rf generator_cucumber .egg-info
4+ rm -rf allure_pytest_il .egg-info
55# setuptools
66pip3 install setuptools
77# twine
Original file line number Diff line number Diff line change 11# del old build
22rm -rf build
33rm -rf dist
4- rm -rf generator_cucumber .egg-info
4+ rm -rf allure_pytest_il .egg-info
Original file line number Diff line number Diff line change 1313except (DistributionNotFound , VersionConflict ):
1414 pass
1515
16- PACKAGE = "allure-pytest"
16+ PACKAGE = "allure-pytest-il "
1717
1818classifiers = [
1919 'Development Status :: 5 - Production/Stable' ,
2222 'License :: OSI Approved :: Apache Software License' ,
2323 'Topic :: Software Development :: Quality Assurance' ,
2424 'Topic :: Software Development :: Testing' ,
25- 'Programming Language :: Python :: 3' ,
26- 'Programming Language :: Python :: 3 :: Only' ,
27- 'Programming Language :: Python :: 3.7' ,
2825 'Programming Language :: Python :: 3.8' ,
29- 'Programming Language :: Python :: 3.9' ,
30- 'Programming Language :: Python :: 3.10' ,
31- 'Programming Language :: Python :: 3.11' ,
32- 'Programming Language :: Python :: 3.12' ,
3326]
3427
3528setup_requires = [
You can’t perform that action at this time.
0 commit comments