Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Update setup.py #55

Merged
merged 1 commit into from
Nov 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='esss_fix_format',
version='2.1.2',
version='3.0.0',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wouldn't it be better to use setuptools_scm than manually change every time the version on the setup.py?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I created issue #56 to tackle this ;)

description="ESSS code formatter and checker",
long_description=readme + '\n\n' + changelog,
author="ESSS",
Expand Down