We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95afb44 commit 9fdd170Copy full SHA for 9fdd170
CHANGELOG.rst
@@ -17,7 +17,7 @@ Changelog
17
:tags: docs, feature
18
:tickets: 17
19
20
- Add small example of ``.gitignore`` file to common issues section.
+ Add small example of ``.gitignore`` file to common issues section. Thanks to :github-user:`aram-eskandari`
21
22
.. change::
23
setup.py
@@ -1,3 +1,5 @@
1
+from __future__ import annotations
2
+
3
from pathlib import Path
4
from setuptools import setup, find_packages
5
from setuptools_git_versioning import version_from_git
0 commit comments