mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-16 21:40:24 +00:00
Removed testapp package from the release
This commit is contained in:
parent
c8db50518f
commit
7e8dd5abe1
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -37,7 +37,7 @@ you have multiple versions installed on your machine:
|
|||
|
||||
"""
|
||||
|
||||
from setuptools import setup, find_packages
|
||||
from setuptools import setup
|
||||
from os import environ, link
|
||||
from os.path import join, dirname
|
||||
|
||||
|
|
@ -93,7 +93,7 @@ metadata = get_meta()
|
|||
setup(
|
||||
name='django-markdownx',
|
||||
version=metadata.get('version'),
|
||||
packages=find_packages(),
|
||||
packages=['markdownx', 'markdownx.tests'],
|
||||
maintainer=metadata.get('maintainer'),
|
||||
include_package_data=True,
|
||||
description=metadata.get('description'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue