Skip to content

Commit 95c749b

Browse files
committed
Renamed package back to amadeus
1 parent c456401 commit 95c749b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+105
-97
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[run]
2-
source = ./amadeus_sdk
2+
source = ./amadeus
33
branch = True

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

CHANGELOG.md

Lines changed: 10 additions & 2 deletions

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SOURCES=amadeus_sdk specs setup.py
2-
DOC_SOURCES=amadeus_sdk docs README.rst
1+
SOURCES=amadeus specs setup.py
2+
DOC_SOURCES=amadeus docs README.rst
33

44
test:
55
mamba --format=documentation --enable-coverage

README.rst

Lines changed: 6 additions & 6 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self, **options):
2424
.. code-block:: python
2525
2626
27-
from amadeus_sdk import Client
27+
from amadeus import Client
2828
2929
amadeus = Client(
3030
client_id='YOUR_CLIENT_ID',

0 commit comments

Comments
 (0)