mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Removed the unused get_version call.
This commit is contained in:
parent
90d154b743
commit
4e8002ecf5
1 changed files with 0 additions and 3 deletions
3
setup.py
3
setup.py
|
|
@ -4,8 +4,6 @@ from pathlib import Path
|
|||
|
||||
from setuptools import setup
|
||||
|
||||
import categories
|
||||
|
||||
|
||||
def parse_reqs(filepath: str) -> list:
|
||||
"""
|
||||
|
|
@ -48,6 +46,5 @@ def parse_reqs(filepath: str) -> list:
|
|||
requirements = parse_reqs("requirements.txt")
|
||||
|
||||
setup(
|
||||
version=categories.get_version(),
|
||||
install_requires=requirements,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue