File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11# .coveragerc to control coverage.py
22[run]
33branch = True
4- source = aleph_client
4+ source = aleph.sdk
55# omit = bad_file.py
66
77[paths]
Original file line number Diff line number Diff 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.
120118addopts =
121- --cov aleph_client --cov-report term-missing
119+ --cov aleph.sdk --cov-report term-missing
122120 --verbose
123121norecursedirs =
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!
162160version = 3.2.1
163- package = aleph_client
161+ package = aleph.sdk
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments