Changeset - 11fe48efea5b
[Not reviewed]
default
1 0 2
Laman - 3 years ago 2022-03-03 19:33:20

switched build from setup.py to setup.cfg
3 files changed with 15 insertions and 12 deletions:
0 comments (0 inline, 0 general)
pyproject.toml
Show inline comments
 
new file 100644
 
[build-system]
 
requires = ["setuptools"]
 
build-backend = "setuptools.build_meta"
setup.cfg
Show inline comments
 
new file 100644
 
[metadata]
 
name = "Shamira"
 
version = 0.1
 

	
 
[options]
 
packages = shamira
 
package_dir =
 
    =src
 

	
 
[options.entry_points]
 
console_scripts =
 
    shamira = shamira.cli:run
setup.py
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)