mirror of
				https://github.com/RGBCube/GitHubWrapper
				synced 2025-10-30 21:42:45 +00:00 
			
		
		
		
	Merge branch 'main' of https://github.com/VarMonke/Github-Api-Wrapper
This commit is contained in:
		
						commit
						8d8321c91b
					
				
					 2 changed files with 12 additions and 8 deletions
				
			
		|  | @ -1,11 +1,13 @@ | ||||||
| #== __init__.py ==# | #== __init__.py ==# | ||||||
| 
 | 
 | ||||||
|  | __title__ = 'Github-Api-Wrapper' | ||||||
|  | __authors__ = 'VarMonke', 'sudosnok' | ||||||
|  | __version__ = '1.0.1' | ||||||
|  | __license__ = 'MIT' | ||||||
|  | __copyright__ = 'Copyright (c) 2020 VarMonke & sudosnok' | ||||||
|  | 
 | ||||||
| from .main import * | from .main import * | ||||||
| from .objects import * | from .objects import * | ||||||
| from .http import * | from .http import * | ||||||
| from .urls import * | from .urls import * | ||||||
| from .exceptions import * | from .exceptions import * | ||||||
| 
 |  | ||||||
| __title__ = 'Github-Api-Wrapper' |  | ||||||
| __authors__ = 'VarMonke', 'sudosnok' |  | ||||||
| __version__ = '1.0.1' |  | ||||||
|  |  | ||||||
							
								
								
									
										8
									
								
								setup.py
									
										
									
									
									
								
							
							
						
						
									
										8
									
								
								setup.py
									
										
									
									
									
								
							|  | @ -1,12 +1,14 @@ | ||||||
|  | import re | ||||||
| from setuptools import setup | from setuptools import setup | ||||||
| 
 | 
 | ||||||
| with open('requirements.txt') as f: | with open('requirements.txt') as f: | ||||||
|     requirements = f.read().splitlines() |     requirements = f.read().splitlines() | ||||||
| 
 | 
 | ||||||
| version = '1.0.0' | with open('github/__init__.py') as f: | ||||||
|  |     version = re.search(r'\d[.]\d[.]\d', f.read()).group(1) | ||||||
| 
 | 
 | ||||||
| packages = [ | packages = [ | ||||||
|     'Github', |     'github', | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
| readme = '' | readme = '' | ||||||
|  | @ -14,7 +16,7 @@ with open('README.md') as f: | ||||||
|     readme = f.read() |     readme = f.read() | ||||||
| 
 | 
 | ||||||
| setup( | setup( | ||||||
|     name='Github', |     name='github', | ||||||
|     author='VarMonke & sudosnok', |     author='VarMonke & sudosnok', | ||||||
|     url='https://github.com/VarMonke/Github-Api-Wrapper', |     url='https://github.com/VarMonke/Github-Api-Wrapper', | ||||||
|     version=version, |     version=version, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 NextChai
						NextChai