Skip to content

Commit cbac459

Browse files
committed
패키지디렉토리설정수정
1 parent 78c0e36 commit cbac459

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

etup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
v0.1.0
2+
v0.1.1
3+
v0.1.2

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
setup(
44
name="eddmPrint",
5-
version="0.1.0",
6-
packages=find_packages(where="src"),
7-
package_dir={"": "src"},
8-
install_requires=[], # 특별한 의존성이 없음
5+
version="0.1.2",
6+
packages=find_packages(),
7+
install_requires=[],
98
author="eddmpython",
109
author_email="eddmpython@gmail.com",
1110
description="색상과 위치 정보가 포함된 개선된 프린트 라이브러리",

0 commit comments

Comments
 (0)