Skip to content

Commit d883a92

Browse files
committed
Removed pointless nested dir
1 parent ae9994e commit d883a92

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

nanpa/__init__.py

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/usr/bin/env python3
2+
# North American Numbering Plan Administration (NANPA) API Client - Developed by acidvegas in Python (https://git.acid.vegas/nanpa)
3+
# nanpa/__init__.py
4+
5+
from .client import NanpaAPI
6+
7+
__version__ = '1.0.1'
8+
__author__ = 'acidvegas'
9+
__all__ = ['NanpaAPI']
File renamed without changes.

nanpa/nanpa/__init__.py

-5
This file was deleted.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='nanpa',
13-
version='1.0.0',
13+
version='1.0.1',
1414
author='acidvegas',
1515
author_email='acid.vegas@acid.vegas',
1616
description='North American Numbering Plan Administration (NANPA) API Client',

0 commit comments

Comments
 (0)