Ignore .egg-info
This commit is contained in:
parent
ecd0ca99c6
commit
adbfe01b6b
6 changed files with 1 additions and 33 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
/project.db
|
||||
/venv
|
||||
__pycache__
|
||||
*.egg-info
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
Metadata-Version: 1.0
|
||||
Name: strojnadzor
|
||||
Version: 0.0.1
|
||||
Summary: Strojnadzor site
|
||||
Home-page: https://golovizin.ru/
|
||||
Author: Andrey Golovizin
|
||||
Author-email: ag@sologoc.com
|
||||
License: AGPLv3
|
||||
Description: UNKNOWN
|
||||
Platform: platform-independent
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
.envrc
|
||||
.gitignore
|
||||
requirements.nix
|
||||
requirements.txt
|
||||
requirements_frozen.txt
|
||||
requirements_override.nix
|
||||
setup.py
|
||||
shell.nix
|
||||
src/strojnadzor/__init__.py
|
||||
src/strojnadzor/__main__.py
|
||||
src/strojnadzor/settings.py
|
||||
src/strojnadzor/urls.py
|
||||
src/strojnadzor/wsgi.py
|
||||
src/strojnadzor.egg-info/PKG-INFO
|
||||
src/strojnadzor.egg-info/SOURCES.txt
|
||||
src/strojnadzor.egg-info/dependency_links.txt
|
||||
src/strojnadzor.egg-info/entry_points.txt
|
||||
src/strojnadzor.egg-info/top_level.txt
|
||||
|
|
@ -1 +0,0 @@
|
|||
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
[console_scripts]
|
||||
strojnadzor-admin = strojnadzor.__main__:main
|
||||
|
||||
|
|
@ -1 +0,0 @@
|
|||
strojnadzor
|
||||
Loading…
Add table
Add a link
Reference in a new issue