mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
4 lines
117 B
Python
4 lines
117 B
Python
|
|
import setuptools
|
||
|
|
|
||
|
|
setuptools.setup(name="mylib", license="MIT", version="201307.456b0", keywords="awesome library")
|