diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json new file mode 100644 index 0000000..04d6923 --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "name": "resumen", + "version": "0.0.1", + "dependencies": { + }, + "devDependencies": { + }, + "nodeModulesPaths": { + } +} diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..a7a3d35 --- /dev/null +++ b/setup.py @@ -0,0 +1,32 @@ +from setuptools import setup, find_packages + +setup( + name="resumen", + version="0.0.1", + description="", + url="", + author="", + author_email="", + license="GNU AGPL3", + packages=find_packages(), + include_package_data=True, + python_requires=">=3.8", + classifiers=[ + # How mature is this project? Common values are + # 3 - Alpha + # 4 - Beta + # 5 - Production/Stable + "Development Status :: 3 - Alpha", + "Intended Audience :: Developers", + "Intended Audience :: Science/Research", + "Intended Audience :: Information Technology", + "Topic :: Software Development :: Build Tools", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Framework :: Django :: 4.2", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", + ], +) diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..fb57ccd --- /dev/null +++ b/yarn.lock @@ -0,0 +1,4 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + +