Skip to content

Commit

Permalink
change docs to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
lociii committed Jun 27, 2024
1 parent 7beb51a commit afdfb49
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 130 deletions.
6 changes: 6 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Credits

## Contributors

* [Jens Nistler](https://github.com/lociii)
* [Mounir Messelmeni](https://github.com/mounirmesselmeni)
14 changes: 0 additions & 14 deletions AUTHORS.rst

This file was deleted.

110 changes: 0 additions & 110 deletions CONTRIBUTING.rst

This file was deleted.

9 changes: 4 additions & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
include AUTHORS.rst
include CONTRIBUTING.rst
include HISTORY.rst
include AUTHORS.md
include HISTORY.md
include LICENSE
include README.rst
include README.md

recursive-include tests *
recursive-include django_languageselect/templates *
recursive-include django_languageselect/templatetags *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
recursive-include docs *.md conf.py Makefile make.bat *.jpg *.png *.gif
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_version(*file_paths):
with open('README.md') as readme_file:
readme = readme_file.read()

with open('HISTORY.rst') as history_file:
with open('HISTORY.md') as history_file:
history = history_file.read()

requirements = [
Expand Down

0 comments on commit afdfb49

Please sign in to comment.