baccuslab / pyret

Python tools for analysis of neurophysiology data
https://pyret.readthedocs.io/en/master/
MIT License
35 stars 8 forks source link

Metadata #93

Closed nirum closed 7 years ago

nirum commented 7 years ago

All this PR does is it creates a metadata.py file for managing package metadata such as the author(s), description, and version number. The reason for having it is that it keeps stuff (mostly the version number) in one place so that when we bump the version we only need to do it in one place.

codecov-io commented 7 years ago

Codecov Report

Merging #93 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
+ Coverage   95.83%   95.88%   +0.04%     
==========================================
  Files           7        8       +1     
  Lines         528      534       +6     
==========================================
+ Hits          506      512       +6     
  Misses         22       22
Impacted Files Coverage Δ
pyret/visualizations.py 95.15% <100%> (ø) :arrow_up:
pyret/__init__.py 100% <100%> (ø) :arrow_up:
pyret/metadata.py 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 488d77f...db2a637. Read the comment docs.