Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
pyxst
Commits
5698d2c75f02
Commit
8dc4f233
authored
Dec 01, 2020
by
Laurent Peuch
Browse files
docs(README): move to .rst extension
parent
59147f4442e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
5698d2c7
...
...
@@ -3,3 +3,4 @@ include COPYING.LESSER
prune debian
prune python-pyxst.spec
include README.rst
README
→
README
.rst
View file @
5698d2c7
File moved
setup.py
View file @
5698d2c7
...
...
@@ -21,7 +21,7 @@
from
setuptools
import
setup
,
find_packages
long_description
=
open
(
'README'
).
read
()
long_description
=
open
(
'README
.rst
'
).
read
()
setup
(
name
=
'pyxst'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment