Skip to content

Commit

Permalink
chore: Update setuptools-scm to version 8.1.0 in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Zozi96 committed Aug 5, 2024
1 parent 95b6312 commit ef84981
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- "v*"

jobs:
publish:
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ markdown-it-py==3.0.0
mdurl==0.1.2
more-itertools==10.3.0
nh3==0.2.18
packaging==24.1
pkginfo==1.10.0
pycparser==2.22
Pygments==2.18.0
Expand All @@ -24,6 +25,7 @@ rfc3986==2.0.0
rich==13.7.1
SecretStorage==3.3.3
setuptools==72.1.0
setuptools-scm==8.1.0
twine==5.1.1
urllib3==2.2.2
wheel==0.44.0
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@

setup(
name='linq-tool',
version='0.1.4',
use_scm_version=True,
setup_requires=['setuptools-scm'],
description='A LINQ-like library for Python',
long_description=long_description,
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
author='Zozimo Fernandez',
author_email='zozi.fer96@gmail.com',
url='https://github.com/tu_usuario/linq-tool',
packages=find_packages(),
url='https://github.com/Zozi96/linq_tool',
classifiers=[
'Programming Language :: Python :: 3',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit ef84981

Please sign in to comment.