Some comments in files, no modif in api
This commit is contained in:
parent
ff4b40e770
commit
511b8e5680
3
TODO
3
TODO
@ -7,6 +7,7 @@ TODO list
|
|||||||
- stats command
|
- stats command
|
||||||
- add query support to list command (cf beets)
|
- add query support to list command (cf beets)
|
||||||
- FIX open on ubuntu
|
- FIX open on ubuntu
|
||||||
- implement queries
|
|
||||||
- edit bibtex on add
|
- edit bibtex on add
|
||||||
- option to add tag on add
|
- option to add tag on add
|
||||||
|
- paths in metadata must be relative
|
||||||
|
- include package data in setup.py (see setup.py for more info)
|
||||||
|
@ -106,7 +106,7 @@ def save_bibdata(bib_data, filepath):
|
|||||||
def save_meta(meta_data, filepath):
|
def save_meta(meta_data, filepath):
|
||||||
write_yamlfile(filepath, meta_data)
|
write_yamlfile(filepath, meta_data)
|
||||||
|
|
||||||
|
# is this function ever used? 08/06/2013
|
||||||
def load_meta(filepath):
|
def load_meta(filepath):
|
||||||
return read_yamlfile(filepath)
|
return read_yamlfile(filepath)
|
||||||
|
|
||||||
|
4
setup.py
4
setup.py
@ -12,3 +12,7 @@ setup(name='papers',
|
|||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
scripts=['papers/papers']
|
scripts=['papers/papers']
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# TODO include package data from plugins
|
||||||
|
# Jonathan could not make it works (08/06/2013)
|
||||||
|
# should we use MANIFEST.in or package_data = ..., or both
|
||||||
|
Loading…
x
Reference in New Issue
Block a user