Skip to content

Commit f5ed596

Browse files
committed
Fix: Rename aleph-client -> aleph-sdk-python
1 parent 4a13e0b commit f5ed596

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# .coveragerc to control coverage.py
22
[run]
33
branch = True
4-
source = aleph_client
4+
source = aleph.sdk
55
# omit = bad_file.py
66

77
[paths]

setup.cfg

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,9 @@ docs =
9898

9999
[options.entry_points]
100100
# Add here console scripts like:
101-
console_scripts =
102-
aleph = aleph_client.__main__:app
103101
# For example:
104102
# console_scripts =
105-
# fibonacci = aleph_client.skeleton:run
103+
# fibonacci = aleph.sdk.skeleton:run
106104
# And any other entry points, for example:
107105
# pyscaffold.cli =
108106
# awesome = pyscaffoldext.awesome.extension:AwesomeExtension
@@ -118,7 +116,7 @@ extras = True
118116
# e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml
119117
# in order to write a coverage file that can be read by Jenkins.
120118
addopts =
121-
--cov aleph_client --cov-report term-missing
119+
--cov aleph.sdk --cov-report term-missing
122120
--verbose
123121
norecursedirs =
124122
dist
@@ -160,4 +158,4 @@ profile = black
160158
# PyScaffold's parameters when the project was created.
161159
# This will be used when updating. Do not change!
162160
version = 3.2.1
163-
package = aleph_client
161+
package = aleph.sdk

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
Setup file for aleph_client.
3+
Setup file for aleph.sdk
44
Use setup.cfg to configure your project.
55
66
This file was generated with PyScaffold 3.2.1.

0 commit comments

Comments
 (0)