Skip to content

Commit

Permalink
reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Chowdhuri committed Aug 8, 2023
1 parent 1db39b4 commit 5796803
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 8 deletions.
3 changes: 3 additions & 0 deletions python/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# xmlai

Lightweight prompting library built for Python
32 changes: 32 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@

# from setuptools import setup

# setup(
# name="xmlai",
# version="0.0.1",
# packages=["xmlai"],
# install_requires=[],
# )

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "xmlai"
version = "0.0.1"
authors = [
{ name="Raunak Chowdhuri", email="[email protected]" },
]
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.urls]
"Homepage" = "https://github.com/sauhaardac/xmlai"
"Bug Tracker" = "https://github.com/sauhaardac/xmlai/issues"

[tool.ruff]
line-length = 120

Expand Down
8 changes: 0 additions & 8 deletions python/setup.py

This file was deleted.

Empty file added python/src/xmlai/__init__.py
Empty file.
File renamed without changes.

0 comments on commit 5796803

Please sign in to comment.