1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-12 15:47:28 +00:00
nixpkgs/pkgs/development/tools/setupcfg2nix/info.nix

8 lines
102 B
Nix
Raw Normal View History

{
pname = ''setupcfg2nix'';
version = ''2.0.1'';
install_requires = [
''setuptools''
];
}