Skip to content
Snippets Groups Projects
Commit 0fd9f98b authored by jan.bednarik's avatar jan.bednarik
Browse files

Cleanup and fix install

parent 7b4f4f4d
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
import codecs
import os
from setuptools import find_packages, setup
from setuptools import setup
def read(fname):
......@@ -13,7 +13,7 @@ def read(fname):
setup(
name="pirates",
version="0.2.0",
version="0.2.1",
license="MIT",
description="Django app for users, teamds and groups.",
long_description=read("README.md"),
......@@ -21,8 +21,7 @@ setup(
author="Jan Bednařík",
author_email="jan.bednarik@gmail.com",
url="https://gitlab.pirati.cz/to/pirates",
packages=find_packages("pirates"),
package_dir={"": "pirates"},
packages=["pirates"],
include_package_data=True,
classifiers=[
# complete classifier list: http://pypi.python.org/pypi?%3Aaction=list_classifiers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment