We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2b4dd commit 2cc0271Copy full SHA for 2cc0271
pyfiap/__init__.py
@@ -1,5 +1 @@
1
from . import fiap
2
-
3
-__author__ = 'miettal'
4
-__version__ = '0.0.1'
5
-__license__ = 'MIT'
setup.py
@@ -1,7 +1,11 @@
#!/usr/bin/env python
# coding: utf-8
from setuptools import setup, find_packages
-from pyfiap import __author__, __version__, __license__
+
+__author__ = 'miettal'
6
+__version__ = '0.0.1'
7
+__license__ = 'MIT'
8
9
10
setup(
11
name = 'pyfiap',
0 commit comments