Skip to content

Commit

Permalink
setup.py update
Browse files Browse the repository at this point in the history
  • Loading branch information
rodion-gudz committed May 21, 2022
1 parent 19a20ad commit 806147e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from setuptools import setup, __version__
from setuptools import setup

from notes2py.__version__ import __version__

with open("README.md") as f:
long_description = f.read()
Expand Down Expand Up @@ -33,4 +35,4 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
)
)

0 comments on commit 806147e

Please sign in to comment.