1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 16:14:45 +00:00

code quality

This commit is contained in:
deadc0de6
2021-02-20 13:36:24 +01:00
parent 6cd5755170
commit 1c0749822f
5 changed files with 10 additions and 15 deletions

View File

@@ -1,7 +1,6 @@
from setuptools import setup, find_packages
from codecs import open
from os import path
import dotdrop
from dotdrop.version import __version__ as VERSION
readme = 'README.md'