This commit is contained in:
mvonsteinkirch 2022-12-24 14:51:10 -08:00
parent fc8d690a51
commit d24d37806d
14 changed files with 11 additions and 20 deletions

View file

@ -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='''

View file

@ -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

View file

@ -1 +0,0 @@
## Parsing medium posts

View file

@ -2,7 +2,7 @@
```
chmod a+x <filename.py>
./<filenamse.py>
./<filename.py>
```
or