mirror of
				https://github.com/balkian/balkian-pyproject.git
				synced 2025-11-04 09:38:15 +00:00 
			
		
		
		
	Added gitignore
This commit is contained in:
		@@ -26,9 +26,10 @@ setup(
 | 
			
		||||
    description='''{{cookiecutter.project_short_description}}''',
 | 
			
		||||
    author='{{cookiecutter.full_name}}',
 | 
			
		||||
    author_email='{{cookiecutter.email}}',
 | 
			
		||||
    url='https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}',  # use the URL to the github repo
 | 
			
		||||
    download_url='https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}/archive/{}.tar.gz'.format(
 | 
			
		||||
        __version__),
 | 
			
		||||
    # use the URL to the github repo
 | 
			
		||||
    url='https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}',
 | 
			
		||||
    download_url=('https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}'
 | 
			
		||||
                  '/archive/{}.tar.gz'.format(__version__)),
 | 
			
		||||
    package_dir={'{{ cookiecutter.repo_name }}': '{{ cookiecutter.repo_name }}'},
 | 
			
		||||
    keywords='{{ cookiecutter.repo_name }}',
 | 
			
		||||
    install_requires=install_reqs,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user