Skip to content

Commit

Permalink
n
Browse files Browse the repository at this point in the history
  • Loading branch information
electrolyteJ committed Jun 9, 2024
1 parent 0460fb7 commit e11c5f3
Show file tree
Hide file tree
Showing 32 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gen_web.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pcmd CI
name: padb CI

on:
push:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion fastp/libsetup.py → packages/fastp/libsetup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
from setuptools import find_packages, setup
with open("../README.md", "r", encoding='utf-8') as fh:
with open("../../README.md", "r", encoding='utf-8') as fh:
long_description = fh.read()
# python setup.py install
# lib
Expand Down
File renamed without changes.
Empty file added packages/fastp/src/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added packages/padb/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/padb/pyproject.toml → packages/padb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "padb"
version = "1.2.0"
description = "padb tools"
authors = ["electrolyteJ <hawks.jamesf@gmail.com>"]
authors = ["electrolyteJ <electrolytej@gmail.com>"]
license = "Apache2"
readme = "README.md"
packages = [{ include = "cmds" , from ="src"}]
Expand Down
Empty file added packages/padb/src/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/padb/src/main.py → packages/padb/src/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from apps.padb.src import cmds
from packages.padb.src import cmds

if __name__ == '__main__':
cmds.entry()
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ default = false
secondary = false

[tool.poetry]
name = "pcmd"
name = "padb"
version = "1.0.0"
description = "pcmd"
authors = ["electrolyteJ <hawks.jamesf@gmail.com>"]
description = "padb"
authors = ["electrolyteJ <electrolytej@gmail.com>"]
license = "Apache2"
readme = "README.md"

Expand Down

0 comments on commit e11c5f3

Please sign in to comment.