X-Git-Url: http://git.scottworley.com/nix-pin-deps/blobdiff_plain/ac783e5803ab562c1b7ce17b1b4ab6b5af95006d..9a38ce234bd1fb25907af6c3828c52cff0532661:/setup.py diff --git a/setup.py b/setup.py index e581026..d449047 100644 --- a/setup.py +++ b/setup.py @@ -3,6 +3,11 @@ from setuptools import setup setup( name='nix-pin-deps', version='1.0.0', + description="gc-pin dependencies of a partially-built derivation", + author="Scott Worley", + author_email="scottworley@scottworley.com", + url="https://git.scottworley.com/nix-pin-deps", py_modules=['nix_pin_deps'], + license="GPL-3.0", entry_points={'console_scripts': ['nix-pin-deps = nix_pin_deps:main']}, )