diff --git a/README.md b/README.md index 7dab914..c11474c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # python-pathfinding-3D -Pathfinding algorithms for python3 froked from [python-pathfinding](https://github.com/brean/python-pathfinding) by @brean +Pathfinding algorithms for python3 froked from [python-pathfinding](https://github.com/brean/python-pathfinding) by [@brean](https://github.com/brean). Currently there are 7 path-finders bundled in this library, namely: diff --git a/setup.py b/setup.py index eb8560f..40c0f32 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,6 @@ author="Harisankar Babu", keywords=["pathfinding", "python"], classifiers=[ - "Development Status :: 1 - Alpha", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent",