Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Feb 26, 2023
1 parent 95afb44 commit 9fdd170
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Changelog
:tags: docs, feature
:tickets: 17

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`

.. change::
:tags: docs, feature
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from pathlib import Path
from setuptools import setup, find_packages
from setuptools_git_versioning import version_from_git
Expand Down

0 comments on commit 9fdd170

Please sign in to comment.