mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 22:19:17 +03:00
nixos/test-driver: Support mypy through regular mechanisms
This commit is contained in:
parent
152736d39e
commit
2c8bbf33fd
2 changed files with 2 additions and 3 deletions
|
@ -4,6 +4,7 @@ setup(
|
|||
name="nixos-test-driver",
|
||||
version='1.1',
|
||||
packages=find_packages(),
|
||||
package_data={"test_driver": ["py.typed"]},
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"nixos-test-driver=test_driver:main",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue