Authors in `setup.py`
See original GitHub issueAt least one is missing, as far as I can tell. Should this be the same as those listed in AUTHORS.md
?
Issue Analytics
- State:
- Created 5 years ago
- Comments:9
Top Results From Across the Web
How to specify multiple author(s) / email(s) in setup.py
Your best bet is to list the authors in a single string: author='Foo Bar, Spam Eggs', author_email='foobar@baz.com, spameggs@joe.org' ...
Read more >Which fields are required for a setup.py? Especially, is author ...
I believe all fields in setup.py are actually “optional” in the sense that a package can be built successfully without any of them....
Read more >How to specify multiple author(s) / email(s) in setup.py
PYTHON : How to specify multiple author (s) / email(s) in setup. py [ Gift : Animated Search Engine : https://www.hows.tech/p/recommended.html ] ...
Read more >Configuring setuptools using setup.cfg files
Setuptools allows using configuration files (usually setup.cfg ) to define a package's metadata ... author. str. author_email. author-email. str. maintainer.
Read more >mkdocs-git-authors-plugin/setup.py at master - GitHub
from setuptools import setup, find_packages. with open("README.md", "r") as fh: long_description = fh.read(). setup(. name="mkdocs-git-authors-plugin",.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
while we’re at the question of authors, i would be in favor of removing the list from the README
closed by #170 and #171