Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce new config options in setup.cfg for PyScaffold and templates #216

Closed
FlorianWilhelm opened this issue Sep 7, 2018 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@FlorianWilhelm
Copy link
Member

We should set the following (copied over from setuptools github):

  • long_description_content_type='text/x-rst; charset=UTF-8',
  •    "Documentation": "https://setuptools.readthedocs.io/",
    
},```

and set the url to github and the documentation to our homepage. This way we should also see the nice Github statistics on PyPI as with setuptools.

@FlorianWilhelm FlorianWilhelm added the enhancement New feature or request label Sep 7, 2018
@FlorianWilhelm FlorianWilhelm added this to the v3.2 milestone Sep 7, 2018
@FlorianWilhelm
Copy link
Member Author

I just activated these settings for configupdater and it works great. Check it out on PyPI. One important thing though, one must use twine to upload to PyPI for this to work!

@FlorianWilhelm
Copy link
Member Author

Done in 499fcd1. I guess these settings are not important enough to define them in the update procedure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant