File: setup.py

package info (click to toggle)
sphinx-a4doc 1.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,092 kB
  • sloc: python: 9,560; makefile: 15
file content (12 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
from setuptools import setup

setup(
    project_urls={
        'Documentation': 'https://taminomara.github.io/sphinx-a4doc/',
        'Source': 'https://github.com/taminomara/sphinx-a4doc',
        'Tracker': 'https://github.com/taminomara/sphinx-a4doc/issues',
    },
    use_scm_version={
        "local_scheme": "no-local-version"
    }
)