summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* setup.cfg: Replace dashes with underscoresArthur Zamarin2021-10-131-1/+1
| | | | | | | | | | | | | | | | Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools: UserWarning: Usage of dash-separated 'upload-dir' will not be supported in future versions. Please use the underscore name 'upload_dir' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Signed-off-by: Arthur Zamarin <arthurzam@gmail.com>
* Fixed setup.cfg5.0.2Michele Simionato2021-04-021-3/+0
|
* Added docs directory and upload_docs commandMichele Simionato2015-07-241-0/+3
|
* Added a setup.cfg for universal wheelsMichele Simionato2015-07-221-0/+2