mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-07-23 23:10:35 -04:00
💾
This commit is contained in:
parent
fc8d690a51
commit
d24d37806d
14 changed files with 11 additions and 20 deletions
Binary file not shown.
|
@ -5,7 +5,7 @@ setup(
|
|||
version='0.0.1',
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
author='Mia von Steinkirch',
|
||||
author='steinkirch',
|
||||
install_requires=[
|
||||
],
|
||||
entry_points='''
|
||||
|
|
|
@ -5,7 +5,7 @@ setup(
|
|||
version='0.0.1',
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
author='Mia von Steinkirch',
|
||||
author='steinkirch',
|
||||
entry_points='''
|
||||
[console_scripts]
|
||||
epen=src.main:main
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
## Parsing medium posts
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
```
|
||||
chmod a+x <filename.py>
|
||||
./<filenamse.py>
|
||||
./<filename.py>
|
||||
```
|
||||
|
||||
or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue