packaging

parent e27fddf2
Showing with 42 additions and 10 deletions
[build-system]
requires = [
"setuptools>=42",
"wheel",
"spacy",
"lexical-diversity",
"syllables",
"transformers",
"pandas",
"numpy",
"matplotlib",
"tqdm",
"seaborn",
"nltk"
]
build-backend = "setuptools.build_meta"
\ No newline at end of file
[metadata]
name = texty
version = 0.0.1
author = Alba María Mármol
author_email = ammarmol@ujaen.es
description = Text analysis and processing package
long_description = file: README.md
long_description_content_type = text/markdown
url = https://gitlab.ujaen.es/ammr0032/TextAnalysisSpacy
project_urls =
Bug Tracker = https://gitlab.ujaen.es/ammr0032/TextAnalysisSpacy/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
[options.packages.find]
where = src
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment