mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-06-24 12:59:24 +00:00
tilde.club fork
This commit is contained in:
8
setup.py
8
setup.py
@@ -15,11 +15,11 @@ setup(
|
||||
'License :: OSI Approved :: MIT License',
|
||||
],
|
||||
keywords='blog',
|
||||
packages=['ttbp'],
|
||||
packages=setuptools.find_packages(),
|
||||
install_requires = [
|
||||
'inflect==0.2.5',
|
||||
'mistune==0.8.1',
|
||||
'colorama==0.3.9',
|
||||
'inflect',
|
||||
'mistune',
|
||||
'colorama',
|
||||
'six'
|
||||
],
|
||||
include_package_data = True,
|
||||
|
||||
Reference in New Issue
Block a user