Compare commits

...

10 Commits

Author SHA1 Message Date
Jeff Moe 5764d3bf1d pyproject initial file 2023-11-25 10:05:10 -07:00
Jeff Moe 0781ae6621 ignore build files 2023-11-25 10:04:31 -07:00
Jeff Moe 9d6a199d47 mv 2023-11-25 10:02:24 -07:00
Jeff Moe 27f4661c55 mv the_stack test 2023-11-25 10:02:08 -07:00
Jeff Moe 9d6222c5ac mv the_stack scripts 2023-11-25 10:01:56 -07:00
Jeff Moe 5511c02d46 rm egg-info 2023-11-25 10:01:24 -07:00
Jeff Moe ba4c7c0044 mv metadata example out of source 2023-11-25 09:59:55 -07:00
Jeff Moe b6ea86ff93 ignore python version 2023-11-25 09:59:26 -07:00
Jeff Moe 6ecfa2cba0 new build deps 2023-11-25 09:55:57 -07:00
Jeff Moe a898bcaae3 rm setup.py, use pyproject.toml 2023-11-25 09:55:42 -07:00
13 changed files with 12 additions and 24 deletions

View File

@ -4,3 +4,6 @@ venv
env
build
__pycache__
.python-version
**/dist/
**/*.egg-info/

View File

@ -0,0 +1,7 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "the_smack"
version = "0.0.6"

View File

@ -6,3 +6,5 @@ termcolor
pytest
sphinx
sphinx_rtd_theme
build
toml

View File

@ -1,12 +0,0 @@
from setuptools import setup, find_packages
setup(
name="the_stack_licenses",
version="0.0.5",
packages=find_packages(),
py_modules=["the_stack_licenses"],
install_requires=[
# List of dependencies
],
scripts=["the_stack_licenses.py"],
)

View File

@ -1,3 +0,0 @@
Metadata-Version: 2.1
Name: the-stack-licenses
Version: 0.0.5

View File

@ -1,7 +0,0 @@
README.md
setup.py
the_stack_licenses.py
the_stack_licenses.egg-info/PKG-INFO
the_stack_licenses.egg-info/SOURCES.txt
the_stack_licenses.egg-info/dependency_links.txt
the_stack_licenses.egg-info/top_level.txt

View File

@ -1 +0,0 @@
the_stack_licenses