mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 13:42:26 +00:00
Use pip install . without -e
This commit is contained in:
@@ -22,6 +22,8 @@ setup(
|
|||||||
package_dir=package_dir,
|
package_dir=package_dir,
|
||||||
license='MIT',
|
license='MIT',
|
||||||
platforms='any',
|
platforms='any',
|
||||||
|
package_data={'': ['requirements.txt']},
|
||||||
|
include_package_data=True,
|
||||||
install_requires=open('requirements.txt').readlines(),
|
install_requires=open('requirements.txt').readlines(),
|
||||||
entry_points={
|
entry_points={
|
||||||
'pytest11': [
|
'pytest11': [
|
||||||
|
|||||||
Reference in New Issue
Block a user