upstream-ontologist 0.3.23

tracking of upstream project metadata
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/python3
from setuptools import setup

setup(
    name="blah",
    version="0.16",
    packages=["blah"],
    url="https://salsa.debian.org/jelmer/lintian-brush",
    description="Automatic lintian issue fixer",
    project_urls={
        "Repository": "https://salsa.debian.org/jelmer/lintian-brush",
    },
)