mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-05-17 14:10:21 -04:00
💾
This commit is contained in:
parent
fc8d690a51
commit
d24d37806d
14 changed files with 11 additions and 20 deletions
|
@ -5,12 +5,12 @@ setup(
|
|||
version='0.0.1',
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
author='Mia von Steinkirch',
|
||||
author='steinkirch',
|
||||
install_requires=[
|
||||
'Click',
|
||||
],
|
||||
entry_points='''
|
||||
[console_scripts]
|
||||
yourapp=yourapp.yourapp:main
|
||||
src=src.main:main
|
||||
''',
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue