Skip to content

Commit bf2121f

Browse files
committed
setup project!
1 parent aee22c8 commit bf2121f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

setup.py

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
from setuptools import setup
2+
3+
setup(
4+
name='ColorRandom',
5+
version='v3.0.1',
6+
description='random color to txt',
7+
url='https://github.com/AhSiber/ColorRandom',
8+
download_url='https://github.com/AhSiber/ColorRandom.git',
9+
script_name='ColorRandom'
10+
)

0 commit comments

Comments
 (0)