This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6fbe7f1bbb
nixpkgs
/
pkgs
/
development
/
tools
/
setupcfg2nix
/
info.nix
8 lines
96 B
Nix
Raw
Normal View
History
Unescape
Escape
Add setupcfg2nix and supporting infrastructure
2018-04-11 09:02:06 -07:00
{
treewide: fix double quoted strings in meta.description Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 01:19:10 -08:00
pname
=
"
s
e
t
u
p
c
f
g
2
n
i
x
"
;
version
=
"
2
.
0
.
1
"
;
Add setupcfg2nix and supporting infrastructure
2018-04-11 09:02:06 -07:00
install_requires
=
[
treewide: fix double quoted strings in meta.description Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 01:19:10 -08:00
"
s
e
t
u
p
t
o
o
l
s
"
Add setupcfg2nix and supporting infrastructure
2018-04-11 09:02:06 -07:00
]
;
}