Skip to content

Commit ab87c6c

Browse files
πŸ“˜ DOCS: Rename project
1 parent d30ce0b commit ab87c6c

File tree

5 files changed

+3
-34
lines changed

5 files changed

+3
-34
lines changed

β€Žlinux_dev/__init__.pyβ€Ž

Lines changed: 0 additions & 31 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from linux_profile.main import BuildCommand
22
from linux_profile.base.command import BaseCommand
3-
from linux_dev.commands import HelloWorld
3+
from linuxd.commands import HelloWorld
44

55

66
class ArgsCommand(BaseCommand):

β€Žmain.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from linux_profile.main import BuildCommand
22
from linux_profile.base.command import BaseCommand
3-
from linux_dev.commands import HelloWorld
3+
from linuxd.commands import HelloWorld
44

55

66
class ArgsCommand(BaseCommand):

β€Žsetup.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33

4-
from linux_dev import __version__
4+
from linuxd import __version__
55

66
from setuptools import setup
77
from setuptools.command.install import install

0 commit comments

Comments
Β (0)