Добавлена предустановка setuptools
This commit is contained in:
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='uploadi',
|
name='uploadi',
|
||||||
version='2.0.0',
|
version='2.0.1',
|
||||||
description='Приложение для загрузки проектов python',
|
description='Приложение для загрузки проектов python',
|
||||||
long_description=open('./README.md', encoding='utf8').read(),
|
long_description=open('./README.md', encoding='utf8').read(),
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
@@ -15,4 +15,7 @@ setup(
|
|||||||
'uploadi=uploadi.uploadi:uploadi',
|
'uploadi=uploadi.uploadi:uploadi',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
install_requires=[
|
||||||
|
'setuptools',
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user