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