django-wiki / django-nyt

Notification system for Django with batteries included: Email digests, user settings, JSON API
Apache License 2.0
144 stars 47 forks source link

Fix setup.py sdist related issues and use only __version__ #73

Closed benjaoming closed 6 years ago

benjaoming commented 6 years ago

Seems there were two times MANIFEST and MANIFEST.in

CC: @rsalmaso

codecov-io commented 6 years ago

Codecov Report

Merging #73 into master will decrease coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #73      +/-   ##
==========================================
- Coverage   75.89%   75.84%   -0.05%     
==========================================
  Files          26       26              
  Lines         560      559       -1     
==========================================
- Hits          425      424       -1     
  Misses        135      135
Impacted Files Coverage Δ
django_nyt/__init__.py 66.66% <100%> (-4.77%) :arrow_down:

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 d0c040c...115aaee. Read the comment docs.