diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index 26d8703..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,22 +0,0 @@ -[build-system] -requires = ["setuptools>=61.0", 'flax>=0.8.4', 'optax>=0.2.2', 'jax>=0.4.28', 'orbax', 'clu'] -build-backend = "setuptools.build_meta" - -[project] -name = "flaxdiff" -version = "0.1.1" -authors = [ - { name="Ashish Kumar Singh", email="ashishkmr472@gmail.com" }, -] -description = "A versatile and easy to understand Diffusion library" -readme = "README.md" -requires-python = ">=3.10" -classifiers = [ - "Programming Language :: Python :: 3", - "License :: OSI Approved :: MIT License", - "Operating System :: OS Independent", -] - -[project.urls] -Homepage = "https://github.com/AshishKumar4/FlaxDiff" -Issues = "https://github.com/AshishKumar4/FlaxDiff/issues" diff --git a/setup.py b/setup.py index 7e942f5..fdbdb91 100644 --- a/setup.py +++ b/setup.py @@ -9,9 +9,9 @@ ] setup( - name='FlaxDiff', + name='flaxdiff', packages=find_packages(), - version='0.1.0', + version='0.1.1', description='A versatile and easy to understand Diffusion library', long_description=open('README.md').read(), long_description_content_type='text/markdown',