We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c0e36 commit cbac459Copy full SHA for cbac459
2 files changed
etup.py
@@ -0,0 +1,3 @@
1
+v0.1.0
2
+v0.1.1
3
+v0.1.2
setup.py
@@ -2,10 +2,9 @@
setup(
4
name="eddmPrint",
5
- version="0.1.0",
6
- packages=find_packages(where="src"),
7
- package_dir={"": "src"},
8
- install_requires=[], # 특별한 의존성이 없음
+ version="0.1.2",
+ packages=find_packages(),
+ install_requires=[],
9
author="eddmpython",
10
author_email="eddmpython@gmail.com",
11
description="색상과 위치 정보가 포함된 개선된 프린트 라이브러리",
0 commit comments