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