Skip to content

Commit

Permalink
adding the documentation at pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Suspir0n committed May 2, 2021
1 parent d80e5ef commit a3cfe2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tcenter for Python

A Python library for centralization of title. In this `0.1.3.1` version of tcenter, it allows you to center the title with a number of specific spaces.
A Python library for centralization of title. In this `0.1.4.1` version of tcenter, it allows you to center the title with a number of specific spaces.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[metadata]
description_file=README.md
description_file=README.rst
17 changes: 1 addition & 16 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
name='tcenter',
packages=find_packages(include=['tcenter']),
version='0.1.3.1',
version='0.1.4.1',
description='A library for center titles',
author='Evandro Silva',
license='MIT',
Expand All @@ -16,21 +16,6 @@
url='https://github.com/Suspir0n/tcenter',
download_url='https://github.com/Suspir0n/tcenter/archive/refs/tags/0.1.3.1.tar.gz',
python_requires='>=3.6',
classifiers=[
'Development Status :: 0.1.3.1 - Production/Stable',
'Environment :: Other Environment',
'Intended Audience :: Developers',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Software Development',
'Topic :: Utilities',
'License :: MIT',
],
maintainer='Evandro Silva',
maintainer_email='evandrojunior1615@gmail.com',
)

0 comments on commit a3cfe2b

Please sign in to comment.