locust/examples/vagrant
JE-Chen 908c414dc0
Put dependencies/package information in pyproject.toml instead of setup.cfg (PEP621) (#2336)
* Add PEP621 format toml file

Add PEP621 format toml file

* Add pep621_pyproject.toml

Add pep621_pyproject.toml

* This TOML file complies with PEP517 & PEP518 & PEP621

This link is for the PYPI package generated by this TOML file.

* https://pypi.org/project/locust-je-test-pep621/2.15.2.dev8/

I don't want to overwrite old pyproject.toml so i call this file pep621_pyproject.toml

* Remove duplicate zip_safe

Remove duplicate zip_safe

* Pull #2337 and add pep621 to pyproject.toml

Pull #2337 and add pep621 to pyproject.toml

* Remove duplicate setuptools_scm on build system requires & old pyproject

Remove duplicate setuptools_scm on build system requires & old pyproject

* Fix license text using license file too

from license = { file = "LICENSE"}
to license = { text = "MIT"}

because we have this options
license-files = ["LICENSE"]

* Delete setup.cfg & setup.py

Delete setup.cfg & setup.py

* Replace 'setup.cfg' with 'pyproject.toml'

Replace 'setup.cfg' with 'pyproject.toml'

* Replace rm -f dist/* && python3 setup.py sdist bdist_wheel to rm -f dist/* && python3 -m build .

Replace
rm -f dist/* && python3 setup.py sdist bdist_wheel
to
 rm -f dist/* && python3 -m build .

* Nuke examples\vagrant\vagrant.sh and add pip upgrade build on Makefile

Nuke examples\vagrant\vagrant.sh and
add pip upgrade build on Makefile
2023-04-14 19:18:03 +02:00
..
README.md Added Vagrant example. 2012-09-26 18:21:53 +02:00
supervisord.conf Rename slave to worker (except changelog) 2020-03-29 14:13:29 +13:00

README.md