Tea-n-Tech / professional-python

Professional python development guide and tutorial.
MIT License
10 stars 2 forks source link

Change CLI main file #7

Open codie3611 opened 1 year ago

codie3611 commented 1 year ago

The current cli main file is __main__.py. This blocks the use of poetry run deathstar. Move __main__.py to main.py and explicitly specify it without a main function in pyproject.toml.