mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 20:12:33 +01:00
give README an extension (for Github display)
--HG-- rename : README => README.rst
This commit is contained in:
parent
27a4107627
commit
e0809bfaf7
3 changed files with 2 additions and 2 deletions
|
|
@ -3,5 +3,5 @@
|
|||
prune test
|
||||
|
||||
# Include documentation.
|
||||
include LICENSE NEWS README
|
||||
include LICENSE NEWS README.rst
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -29,7 +29,7 @@ setup(name='beets',
|
|||
url='http://beets.radbox.org/',
|
||||
license='MIT',
|
||||
platforms='ALL',
|
||||
long_description=_read('README'),
|
||||
long_description=_read('README.rst'),
|
||||
test_suite='test.testall.suite',
|
||||
|
||||
packages=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue