X-Git-Url: http://git.scottworley.com/nix-pin-deps/blobdiff_plain/ac783e5803ab562c1b7ce17b1b4ab6b5af95006d..refs/heads/master:/setup.py diff --git a/setup.py b/setup.py index e581026..9417ea7 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,12 @@ from setuptools import setup setup( name='nix-pin-deps', - version='1.0.0', + version='1.1.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']}, )