This repository was archived by the owner on Jul 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change 1+ from githubapi2 .githubuser import run
2+ run ()
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11from setuptools import setup
22from distutils .core import setup
3- from githubapi .version import __version__
3+ from githubapi2 .version import __version__
44
55setup (
6- name = "githubapi " ,
6+ name = "githubapi2 " ,
77 version = __version__ ,
88 python_requires = ">=3.6" ,
99 description = "A wrapper for the GitHub Api." ,
1010 long_description = open ("README.md" ).read (),
1111 long_description_content_type = "text/markdown" ,
1212 author = "UltiRequiem" ,
1313 author_email = "eliaz.bobadilladev@gmail.com" ,
14- url = "https://github.com/UltiRequiem/githubapi " ,
14+ url = "https://github.com/UltiRequiem/githubapi2 " ,
1515 license = "MIT" ,
16- packages = ["githubapi " ],
16+ packages = ["githubapi2 " ],
1717 install_requires = ["requests==2.25.1" ],
18- entry_points = {"console_scripts" : ["githubapi = githubapi.githubapi :main" ]},
18+ entry_points = {"console_scripts" : ["githubapi = githubapi2.githubapi2 :main" ]},
1919 classifiers = [
2020 "Programming Language :: Python" ,
2121 ],
You can’t perform that action at this time.
0 commit comments