|
|
|
@ -1,11 +1,11 @@ |
|
|
|
from setuptools import setup, find_packages |
|
|
|
from setuptools import setup |
|
|
|
|
|
|
|
with open("requirements.txt") as file: |
|
|
|
INSTALL_REQUIRES = file.read().rstrip().split("\n") |
|
|
|
|
|
|
|
setup( |
|
|
|
name="tibi-hardlinks", |
|
|
|
version="1.0", |
|
|
|
version="2.0", |
|
|
|
description="Transform list of TitaniumBackup backups into structured hardlinks", |
|
|
|
install_requires=INSTALL_REQUIRES, |
|
|
|
author="Raphael Roberts", |
|
|
|
|