Skip to content

Commit

Permalink
setup: add project urls, licence information
Browse files Browse the repository at this point in the history
  • Loading branch information
victorbenichoux committed Dec 2, 2020
1 parent d488545 commit a05747e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,3 @@ Contributions are what make the open source community such an amazing place to b
## License

Distributed under the MIT License. See `LICENSE` for more information.

## Contact

Project Link: [https://github.com/victorbenichoux/vizno](https://github.com/victorbenichoux/vizno)

<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->

[contributors-shield]: https://img.shields.io/github/contributors/victorbenichoux/repo.svg?style=for-the-badge
[contributors-url]: https://github.com/victorbenichoux/repo/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/victorbenichoux/repo.svg?style=for-the-badge
[forks-url]: https://github.com/victorbenichoux/repo/network/members
[stars-shield]: https://img.shields.io/github/stars/victorbenichoux/repo.svg?style=for-the-badge
[stars-url]: https://github.com/victorbenichoux/repo/stargazers
[issues-shield]: https://img.shields.io/github/issues/victorbenichoux/repo.svg?style=for-the-badge
[issues-url]: https://github.com/victorbenichoux/repo/issues
[license-shield]: https://img.shields.io/github/license/victorbenichoux/repo.svg?style=for-the-badge
[license-url]: https://github.com/victorbenichoux/repo/blob/master/LICENSE.txt
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
project_urls =
Documentation = https://victorbenichoux.github.io/vizno/
Code = https://github.com/victorbenichoux/vizno
Issue tracker = https://github.com/victorbenichoux/vizno/issues
license = MIT
license-file = LICENSE

[options]
zip_safe = False
Expand Down

0 comments on commit a05747e

Please sign in to comment.