mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-05-17 22:20:22 -04:00
Add dir with some small projects
This commit is contained in:
parent
0da3cbd74a
commit
0bdc950e7f
55 changed files with 12 additions and 1212 deletions
13
small-projects/magic-pen/setup.py
Normal file
13
small-projects/magic-pen/setup.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='epen',
|
||||
version='0.0.1',
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
author='Mia von Steinkirch',
|
||||
entry_points='''
|
||||
[console_scripts]
|
||||
epen=src.main:main
|
||||
''',
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue