14
0

Accepting request 693164 from home:jayvdb:branches:devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/693164
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yamldoc?expand=0&rev=1
This commit is contained in:
Tomáš Chvátal
2019-04-11 10:05:05 +00:00
committed by Git OBS Bridge
commit 9efbdedd95
6 changed files with 90 additions and 0 deletions

2
setup.py Normal file
View File

@@ -0,0 +1,2 @@
from setuptools import setup
setup(name='yamldoc', packages=['yamldoc'])