7 lines
87 B
Python
7 lines
87 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name='release-action',
|
|
version='0.0.2',
|
|
)
|