Skip to content

Commit 9fdd170

Browse files
committed
Fix setup.py
1 parent 95afb44 commit 9fdd170

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Changelog
1717
:tags: docs, feature
1818
:tickets: 17
1919

20-
Add small example of ``.gitignore`` file to common issues section.
20+
Add small example of ``.gitignore`` file to common issues section. Thanks to :github-user:`aram-eskandari`
2121

2222
.. change::
2323
:tags: docs, feature

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
from pathlib import Path
24
from setuptools import setup, find_packages
35
from setuptools_git_versioning import version_from_git

0 commit comments

Comments
 (0)