mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-24 01:41:39 +00:00
parent
aa0e844b81
commit
fd4df8d1eb
1
setup.py
1
setup.py
@ -17,6 +17,7 @@ classifiers = [
|
|||||||
'Topic :: Text Processing :: Linguistic',
|
'Topic :: Text Processing :: Linguistic',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
current_dir = os.path.dirname(__file__)
|
||||||
README_contents = open(os.path.join(current_dir, 'README.txt')).read()
|
README_contents = open(os.path.join(current_dir, 'README.txt')).read()
|
||||||
doclines = README_contents.split("\n")
|
doclines = README_contents.split("\n")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user