ae91cbe6cc
GitOrigin-RevId: 536fe36e23ab0fc8b7f35c24603422eee9fc17a2
7 lines
96 B
Nix
7 lines
96 B
Nix
{
|
|
pname = "setupcfg2nix";
|
|
version = "2.0.1";
|
|
install_requires = [
|
|
"setuptools"
|
|
];
|
|
}
|