X-Git-Url: http://git.scottworley.com/nix-pin-deps/blobdiff_plain/b40df7e83263cad58e6c7c6ef417ecbfc37541d9..cf8e9f60920742f11a972c266e8bf5bf358c0881:/setup.py?ds=inline 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']}, )