Skip to content

Commit 32afee7

Browse files
committed
fix: Fixed and prepare for version update and deployment
1 parent a1593fd commit 32afee7

File tree

10 files changed

+10
-2828
lines changed

10 files changed

+10
-2828
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
ironsource_api/_version.py export-subst

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ venv
33
ironsource_api/__init__.pyc
44
ironsource_api/__pycache__/
55
dist
6-
ironsource_api.egg-info
6+
mobile_api_lib_python.egg-info
77
__pycache__

MANIFEST.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
include README.md
22
include requirements.txt
33
graft ironsource_api
4-
recursive-exclude * *.py[co]
5-
include versioneer.py
6-
include ironsource_api/_version.py
4+
recursive-exclude * *.py[co]

dev_requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ pytest~=6.2.5
22
pytest-ordering~=0.6
33
pylint~=2.7.4
44
pytest-dotenv~=0.5.2
5-
versioneer~=0.22
65
pytest-mock~=3.8.2
76
pytest-asyncio~=0.19.0
87
pytest-timeout~=2.1.0

ironsource_api/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# pylint: disable-all
2-
from . import _version
3-
__version__ = _version.get_versions()['version']
2+
__version__ = "0.0.2"

0 commit comments

Comments
 (0)