-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.py
More file actions
26 lines (24 loc) · 846 Bytes
/
Copy pathsetup.py
File metadata and controls
26 lines (24 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
from setuptools import setup, find_packages
setup(
name="spaint",
version = "1.1",
description="console,print-colorful-string",
author="dapeli",
url="https://github.com/ihgazni2/string-painter",
author_email='terryinzaghi@163.com',
license="MIT",
long_description = "https://github.com/ihgazni2/string-painter",
classifiers=[
'Environment :: Console',
'Environment :: Web Environment',
'Intended Audience :: End Users/Desktop',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'Programming Language :: Python',
],
packages= find_packages(),
py_modules=['spaint'],
)
# python3 setup.py bdist --formats=tar
# python3 setup.py sdist
# sed -i s/conjugar/spaint/g setup.py