diff --git a/setup.py b/setup.py index af22d5a..8e7909c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import os from setuptools import setup, find_packages -VERSION = '0.0.4' +VERSION = '0.0.5' DESCRIPTION = 'A package for all things linear algebra' here = os.path.abspath(os.path.dirname(__file__)) @@ -16,6 +16,7 @@ description=DESCRIPTION, long_description=long_description, long_description_content_type="text/markdown", + url="https://github.com/mihiraggarwal/nullity", packages=find_packages(), install_requires=['numpy'], keywords=['linear', 'algebra', 'linear algebra', 'linalg', 'lin-alg', 'linearalgebra', 'eigen', 'eigenvalue', 'eigenvector', 'nullity', 'null', 'null space', 'rank nullity'],