Skip to content

Commit

Permalink
Still broken import, more trying to fix it :(
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundGoodman committed Jun 21, 2021
1 parent 1a86e1b commit 0e7dd4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion card_deck/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

import card_deck
from card_deck import Suits, Faces, CardError, PileError, Card, Pile, Deck
name = "card_deck"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

setup(
name = 'card_deck',
version = '1.0.9',
version = '1.0.10',
license='MIT',
description = 'An object model of a pack of cards',
long_description=long_description,
long_description_content_type="text/markdown",
author = 'Edmund Goodman',
author_email = 'egoodman3141@gmail.com',
url = 'https://github.com/EdmundGoodman/card_deck',
download_url = 'https://github.com/EdmundGoodman/card_deck/archive/refs/tags/v1.0.9.tar.gz',
download_url = 'https://github.com/EdmundGoodman/card_deck/archive/refs/tags/v1.0.10.tar.gz',
packages=find_packages(),
keywords = ['game', 'card', 'model'],
classifiers=[
Expand Down

0 comments on commit 0e7dd4c

Please sign in to comment.