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

Commit

Permalink
attempting again to fix pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Sep 9, 2019
1 parent 6193ec2 commit a3efcc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion archives.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from typing import Callable, Dict, Iterator, Iterable, List, Pattern, Set, Tuple, Union


__version__ = "0.4"
__version__ = "0.5"
DEFAULT_EXCLUDES_LIST = [
r"\.eggs",
r"\.git",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup, find_packages


REQUIRED = ["click>=7.0"]
REQUIRED = ["click>=7.0", "typed-ast>=1.4.0", "radon>=3.0.3"]
LIBRARY = "archives"


Expand All @@ -15,7 +15,7 @@

setup(
name=LIBRARY,
version="0.4",
version="0.5",
description=("a new way to do python code documentation"),
long_description=LONG_DESCRIPTION,
author="Jacobi Petrucciani",
Expand Down

0 comments on commit a3efcc6

Please sign in to comment.