Skip to content

Commit 2cc0271

Browse files
committed
resolve error when installing
1 parent 9d2b4dd commit 2cc0271

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyfiap/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
from . import fiap
2-
3-
__author__ = 'miettal'
4-
__version__ = '0.0.1'
5-
__license__ = 'MIT'

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
#!/usr/bin/env python
22
# coding: utf-8
33
from setuptools import setup, find_packages
4-
from pyfiap import __author__, __version__, __license__
4+
5+
__author__ = 'miettal'
6+
__version__ = '0.0.1'
7+
__license__ = 'MIT'
8+
59

610
setup(
711
name = 'pyfiap',

0 commit comments

Comments
 (0)