Skip to content

Commit

Permalink
github url
Browse files Browse the repository at this point in the history
  • Loading branch information
mihiraggarwal committed May 16, 2024
1 parent 6441a74 commit a4e9755
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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__))
Expand All @@ -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'],
Expand Down

0 comments on commit a4e9755

Please sign in to comment.