From dc32b676912b6763e29f659c978170fc21a7b264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roge=CC=81rio=20Sampaio=20de=20Almeida?= Date: Wed, 25 Apr 2018 21:22:31 -0300 Subject: [PATCH] fix(*) setup name cannot use upper case to install in an internal pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d3ff23c..18a5e7a 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages VERSION = "0.1.45.post1" setup( - name="PyTrustNFeLoggi", + name="pytrustnfe", version=VERSION, author="Danimar Ribeiro", author_email='danimaribeiro@gmail.com',