Skip to content

Commit

Permalink
Merge pull request #4 from Suspir0n/hotfix
Browse files Browse the repository at this point in the history
error at variable install_requires, resolved
  • Loading branch information
Suspir0n committed May 2, 2021
2 parents a00aceb + 2aa6c9f commit b4d63df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
setup(
name='tcenter',
packages=find_packages(include=['tcenter']),
version='0.1.2',
version='0.1.3',
description='A library for center texts',
author='Evandro Silva',
license='MIT',
install_requires=['requirements.txt'],
install_requires=[],
setup_requires=[],
tests_requires=['pytest==6.2.3'],
tests_suite=['tests'],
author_email='evandrojunior1615@gmail.com',
url='https://github.com/Suspir0n/tcenter',
download_url='https://github.com/Suspir0n/tcenter/archive/refs/tags/0.1.2.tar.gz',
download_url='https://github.com/Suspir0n/tcenter/archive/refs/tags/0.1.3.tar.gz',
)

0 comments on commit b4d63df

Please sign in to comment.