Skip to content

Commit

Permalink
Minor setup bump 2.4.1b
Browse files Browse the repository at this point in the history
  • Loading branch information
shacker committed Apr 10, 2019
1 parent a6ffcc7 commit 708d42e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from io import open
from os import path

from setuptools import find_packages, setup
from setuptools import setup

here = path.abspath(path.dirname(__file__))

Expand All @@ -13,7 +13,7 @@

setup(
name="django-todo",
version="2.4.1a",
version="2.4.1b",
description="A multi-user, multi-group task management and assignment system for Django.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -35,8 +35,7 @@
"Topic :: Software Development :: Bug Tracking",
],
keywords="lists todo bug bugs tracking",
# packages=find_packages(exclude=["contrib", "docs", "tests"]),
packages=["django-todo"],
packages=["todo"],
python_requires=">=3.5",
install_requires=["unidecode"],
project_urls={
Expand Down

0 comments on commit 708d42e

Please sign in to comment.