summary refs log tree commit diff
path: root/pkgs/development/tools/setupcfg2nix/info.nix
blob: b0d5873ed63cda0b0caa4abb6ad2c2d31fd2799d (plain) (blame)
1
2
3
4
5
6
7
{
  pname = ''setupcfg2nix'';
  version = ''1.1.0'';
  install_requires = [
    ''setuptools''
  ];
}