Skip to content

Commit 8a92c4a

Browse files
committed
Migrate squape-report inot squape
We decided that having a single package to manage the squape project makse more sense and should simplify the maintenance.
1 parent 1ce18f2 commit 8a92c4a

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

squape-report/pyproject.toml renamed to pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ build-backend = "setuptools.build_meta"
77
[tool.setuptools.packages.find]
88
where = ["."]
99
include = ["squape"]
10-
namespaces = true
10+
namespaces = false
1111

1212
[project]
13-
name = "squape-report"
13+
name = "squape"
1414
version = "0.1.0"
1515
authors = [
1616
{ name="Cyber Alpaca", email="[email protected]" },

squape/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# -*- coding: utf-8 -*-
2+
#
3+
# Copyright (c) 2023, Cyber Alpaca
4+
# All rights reserved.
5+
# This source code is licensed under the BSD-style license found in the
6+
# LICENSE file in the root directory of this source tree.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)