We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee22c8 commit bf2121fCopy full SHA for bf2121f
setup.py
@@ -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