File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- # gitchart ChangeLog
1+ # Gitchart ChangeLog
22
33## Version 2.0.0 (under dev)
44
Original file line number Diff line number Diff line change 1- # gitchart
1+ # Gitchart
22
33[ ![ PyPI] ( https://img.shields.io/pypi/v/gitchart.svg )] ( https://pypi.org/project/gitchart/ )
44[ ![ Build Status] ( https://github.com/flashcode/gitchart/workflows/CI/badge.svg )] ( https://github.com/flashcode/gitchart/actions?query=workflow%3A%22CI%22 )
@@ -25,7 +25,7 @@ Optional dependencies:
2525
2626## Install
2727
28- You can install gitchart with this command from the source repository:
28+ You can install Gitchart with this command from the source repository:
2929
3030```
3131$ python setup.py install
Original file line number Diff line number Diff line change 22#
33# Copyright (C) 2013-2020 Sébastien Helleu <[email protected] > 44#
5- # This file is part of gitchart .
5+ # This file is part of Gitchart .
66#
77# Gitchart is free software; you can redistribute it and/or modify
88# it under the terms of the GNU General Public License as published by
1515# GNU General Public License for more details.
1616#
1717# You should have received a copy of the GNU General Public License
18- # along with gitchart . If not, see <https://www.gnu.org/licenses/>.
18+ # along with Gitchart . If not, see <https://www.gnu.org/licenses/>.
1919
2020"""
2121Generate statistic charts on Git repositories using pygal (http://pygal.org).
Original file line number Diff line number Diff line change 11#
22# Copyright (C) 2013-2020 Sébastien Helleu <[email protected] > 33#
4- # This file is part of gitchart .
4+ # This file is part of Gitchart .
55#
66# Gitchart is free software; you can redistribute it and/or modify
77# it under the terms of the GNU General Public License as published by
1414# GNU General Public License for more details.
1515#
1616# You should have received a copy of the GNU General Public License
17- # along with gitchart . If not, see <https://www.gnu.org/licenses/>.
17+ # along with Gitchart . If not, see <https://www.gnu.org/licenses/>.
1818#
1919
2020from codecs import open
You can’t perform that action at this time.
0 commit comments