Skip to content

Commit 7fc42e9

Browse files
committed
✨ build del file
1 parent e78aca0 commit 7fc42e9

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

allure-pytest/build_l.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# del old build
22
rm -rf build
33
rm -rf dist
4-
rm -rf generator_cucumber.egg-info
4+
rm -rf allure_pytest_il.egg-info
55
# setuptools
66
pip3 install setuptools
77
# twine

allure-pytest/del_l.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# del old build
22
rm -rf build
33
rm -rf dist
4-
rm -rf generator_cucumber.egg-info
4+
rm -rf allure_pytest_il.egg-info

allure-pytest/setup.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
except (DistributionNotFound, VersionConflict):
1414
pass
1515

16-
PACKAGE = "allure-pytest"
16+
PACKAGE = "allure-pytest-il"
1717

1818
classifiers = [
1919
'Development Status :: 5 - Production/Stable',
@@ -22,14 +22,7 @@
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

3528
setup_requires = [

0 commit comments

Comments
 (0)