simplified project structure
This commit is contained in:
parent
9bd513a3a3
commit
4543cecb6c
10
setup_bak.py
10
setup_bak.py
|
|
@ -1,10 +0,0 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='term_color_md',
|
||||
version='0.1',
|
||||
packages=find_packages(),
|
||||
install_requires=[
|
||||
'termcolor>=3.1.0',
|
||||
]
|
||||
)
|
||||
Loading…
Reference in New Issue