matheuscas / pycpfcnpj

Python module for brazilian register numbers for persons (CPF) and companies (CNPJ).
MIT License
143 stars 44 forks source link

corrigindo setup.py para adicionar requirements.txt #14

Closed ozscosta closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #14 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #14   +/-   ##
=======================================
  Coverage   79.22%   79.22%           
=======================================
  Files           7        7           
  Lines          77       77           
=======================================
  Hits           61       61           
  Misses         16       16

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 bd2893d...068b373. Read the comment docs.

matheuscas commented 7 years ago

Hey, I've realized that the main idea of this small project was to have no dependency at all. I've been forget this in some recent PRs and I let it pass. But thanks to the latest PR and yours, this came up again and I've made I small change to use sys rather than six to check if we are dealing with python 2 or 3. Check it out.

matheuscas commented 7 years ago

If you enjoy this tiny project, please give it a star. 😄 And thanks for the PR, of course.