Skip to content

Commit

Permalink
Merge pull request #12 from danimaribeiro/feature/normalize
Browse files Browse the repository at this point in the history
FIX - No such file or directory: 'README.md'
  • Loading branch information
danimaribeiro committed Dec 16, 2016
2 parents f471e73 + 996cba7 commit 74906ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -19,3 +19,4 @@ deploy:
secure: wV+DH+WVji4qyCRXxugOsu8/u9MgUN9YggIBozh2Si1z6OlONZVr/oCaJDW8UD+Qg0EF87RbHuEmmlpAZVERAZv5uGsxjSO/NyvAsr99sOlTy9TSLi6TLp4aPnOCgjBTFDWkwkNyDTGYGNfendS7KO2jaHUsr/eDZcpTz42lOfDgpmccz822wwI6Uu1hNC61qlskPkKVzFhHT61/XAgmjHvw1wAMWVmv9/E6J8VAlZoI9/v3K0RTRisB/+0+sSvY86crYyuW/zIEhQJnMu/gfFWDSxNdY+0S3VyFgERn5S7IYlpBPUUlukX5aPXy+OQD2ygeu7w9f6aOSaJZsoyhe4pPXDjA9XNyfiazuZrz51fzhricMvdsMPAcukK/sJzGICAFgOutAjy+nGBkNqA2genKL8gMtJGUrPW5Yq5MGMC7FEgEQi5SgEj+01FgSY5mHlR3qo9bEgXWcxhNL/uZ3C1ElnGNLbyn5hjWzCnMEe70JwfWNQxGgtNm73vrrsZJ7M5wGjrEKVAvTERQegRQm2ObX7YsPmTY+tF15Hxs8GiZ0T/MzpxGe6yAkIutKI0CxpoUMXBnrmcMbn74GT8KWQjS724AA3K5ePO5ogLECxIq3huyB9USeeXmYBhUtcLpKSSH7gA/8vT/tvXK0+/YNTKzIIrOjuZ9IOVrwq2PyUY=
on:
branch: master
distributions: "bdist_wheel"
6 changes: 2 additions & 4 deletions setup.py
@@ -1,9 +1,7 @@
# coding=utf-8
from setuptools import setup, find_packages

long_description = open('README.md').read()

VERSION = "0.1.10"
VERSION = "0.1.11"

setup(
name="PyTrustNFe",
Expand All @@ -27,7 +25,7 @@
url='https://github.com/danimaribeiro/PyTrustNFe',
license='LGPL-v2.1+',
description='PyTrustNFe é uma biblioteca para envio de NF-e',
long_description=long_description,
long_description=open('README.md', 'r').read(),
install_requires=[
'Jinja2 >= 2.8',
'signxml >= 2.0.0',
Expand Down

0 comments on commit 74906ea

Please sign in to comment.