diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0b6dd6c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +fakeinvoicegen.egg-info/ +dist/ \ No newline at end of file diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..c4b4ce2 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,23 @@ +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Set the OS, Python version, and other tools you might need +build: + os: ubuntu-24.04 + tools: + python: "3.13" + +# Build documentation in the "docs/" directory with Sphinx +sphinx: + configuration: docs/conf.py + +# Optionally, but recommended, +# declare the Python requirements required to build your documentation +# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html +# python: +# install: +# - requirements: docs/requirements.txt + \ No newline at end of file diff --git a/setup.py b/setup.py index d7827c9..6185b25 100644 --- a/setup.py +++ b/setup.py @@ -6,12 +6,12 @@ setup( name="fakeinvoicegen", version="0.1.0", - author="Your Name", - author_email="your.email@example.com", + author="Khushal jethava", + author_email="khushaljethava14@outlook.com", description="A package to generate fake invoices using Faker and InvoiceGenerator", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/yourusername/fakeinvoicegen", + url="https://github.com/Khushaljethava/fakeinvoicegen", packages=find_packages(), classifiers=[ "Development Status :: 3 - Alpha",