Reformat with black
This commit is contained in:
parent
ed72411c22
commit
023e892964
5 changed files with 128 additions and 138 deletions
20
setup.py
20
setup.py
|
|
@ -3,22 +3,20 @@
|
|||
from setuptools import find_packages, setup
|
||||
|
||||
setup(
|
||||
name='strojnadzor',
|
||||
version='0.0.1',
|
||||
description='Strojnadzor site',
|
||||
author='Andrey Golovizin',
|
||||
author_email='ag@sologoc.com',
|
||||
url='https://golovizin.ru/',
|
||||
license='AGPLv3',
|
||||
platforms=['platform-independent'],
|
||||
name="strojnadzor",
|
||||
version="0.0.1",
|
||||
description="Strojnadzor site",
|
||||
author="Andrey Golovizin",
|
||||
author_email="ag@sologoc.com",
|
||||
url="https://golovizin.ru/",
|
||||
license="AGPLv3",
|
||||
platforms=["platform-independent"],
|
||||
packages=find_packages("src"),
|
||||
package_dir={"": "src"},
|
||||
# install_requires=install_requires,
|
||||
# extras_require=extras_require,
|
||||
include_package_data=True,
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'strojnadzor-admin = strojnadzor.__main__:main',
|
||||
],
|
||||
"console_scripts": ["strojnadzor-admin = strojnadzor.__main__:main",],
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue