Changeset 06043fb in ammosreader


Ignore:
Timestamp:
05/11/22 14:13:43 (3 years ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
AmmosSource, guix
Children:
2e41b83, 7904fa5
Parents:
47ea86d
Message:

discard setuptools-scm due to versioning problems

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • __init__.py

    r47ea86d r06043fb  
     1__version__ = "0.1.0"
  • pyproject.toml

    r47ea86d r06043fb  
    33  # sync with setup.py until we discard non-pep-517/518
    44  "setuptools>=45.0",
    5   "setuptools-scm[toml]>=6.2.3",
    65  "wheel",
    76]
    87build-backend = "setuptools.build_meta"
    98
    10 [tool.setuptools_scm]
    11 write_to = "src/_version.py"
     9[project]
     10name = "ammosreader"
     11
     12[tool.setuptools]
     13version = "1.2.3"
  • setup.cfg

    r47ea86d r06043fb  
    44long_description = file: README.md
    55long_description_content_type = text/text
    6 url = http://gitlab.kid.local/kidzg/ammosreader
     6url = http://gitlab.kokyou.de/enno/ammosreader
    77author = KIDZg
    88license = UNKNOWN
     
    2222keywords = metadata
    2323project_urls =
    24     Source=http://gitlab.kid.local/kidzg/ammosreader
     24    Source=http://gitlab.kokyou.de/enno/ammosreader
    2525
    2626[options]
     
    3636setup_requires =
    3737    setuptools
    38     setuptools-scm>=6.0
    3938zip_safe = no
    4039
  • src/ammosreader/__init__.py

    r47ea86d r06043fb  
     1__version__ = "0.1.0"
Note: See TracChangeset for help on using the changeset viewer.