File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool:pytest]
2- log_level =debug
2+ log_level =debug
Original file line number Diff line number Diff line change 11from setuptools import setup
22
3+ long_description = open ('README.md' ).read ()
4+
35setup (
46 name = 'repocache' ,
5- version = '0.2' ,
6- description = 'Universal caching and proxying server for pypi/maven' ,
7+ version = '0.2.2' ,
8+ description = 'Universal caching and proxying server for pypi and maven' ,
9+ long_description = long_description ,
10+ long_description_content_type = 'text/markdown' ,
711 url = 'https://github.com/pedia/repocache' ,
12+ classifiers = [
13+ "Programming Language :: Python :: 3" ,
14+ "License :: OSI Approved :: MIT License" ,
15+ "Operating System :: OS Independent" ,
16+ ],
817 author = 'repocache author' ,
918 packages = ['repocache' ],
1019 package_data = {
1322 'templates/*.html' ,
1423 ],
1524 },
25+ data_files = [('.' , 'default.cfg' )],
1626 install_requires = [
1727 'Flask' ,
1828 'filelock' ,
You can’t perform that action at this time.
0 commit comments