77 print ("""
88 You have pytest-allure-adaptor installed.
99 You need to remove pytest-allure-adaptor from your site-packages
10- before installing allure-pytest, or conflicts may result.
10+ before installing allure-pytest-il , or conflicts may result.
1111 """ )
1212 sys .exit ()
1313except (DistributionNotFound , VersionConflict ):
@@ -50,7 +50,8 @@ def get_readme(fname):
5050def main ():
5151 setup (
5252 name = PACKAGE ,
53- use_scm_version = prepare_version ,
53+ # use_scm_version=prepare_version,
54+ dynamic = ["version" ],
5455 description = "Allure pytest integration" ,
5556 url = "https://allurereport.org/" ,
5657 project_urls = {
@@ -64,9 +65,9 @@ def main():
6465 keywords = "allure reporting pytest" ,
6566 long_description = get_readme ("README.md" ),
6667 long_description_content_type = "text/markdown" ,
67- packages = ["allure_pytest " ],
68- package_dir = {"allure_pytest " : "src" },
69- entry_points = {"pytest11" : ["allure_pytest = allure_pytest .plugin" ]},
68+ packages = ["allure_pytest_il " ],
69+ package_dir = {"allure_pytest_il " : "src" },
70+ entry_points = {"pytest11" : ["allure_pytest_il = allure_pytest_il .plugin" ]},
7071 setup_requires = setup_requires ,
7172 install_requires = install_requires
7273 )
0 commit comments