Skip to content

Commit

Permalink
Apply formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jul 8, 2023
1 parent 4791d1c commit eb3725e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
@@ -1,16 +1,16 @@
import os
from typing import Dict, Type

import setuptools

from typing import Dict, Type


MODULE_NAME = "excelrd"
REPOSITORY_URL = f"https://github.com/thombashi/{MODULE_NAME:s}"
REQUIREMENT_DIR = "requirements"

pkg_info: Dict[str, str] = {}


def get_release_command_class():
try:
from releasecmd import ReleaseCommand
Expand Down

0 comments on commit eb3725e

Please sign in to comment.