remove egg info
This commit is contained in:
@ -1,43 +0,0 @@
|
|||||||
Metadata-Version: 1.1
|
|
||||||
Name: semver
|
|
||||||
Version: 1.0.5
|
|
||||||
Summary: Automatic Semantic Versioner
|
|
||||||
Home-page: https://git-codecommit.us-east-1.amazonaws.com/v1/repos/auto-semver
|
|
||||||
Author: RightBrain Networks
|
|
||||||
Author-email: cloud@rightbrainnetworks.com
|
|
||||||
License: Apache2.0
|
|
||||||
Description: Semantic Versioning
|
|
||||||
===================
|
|
||||||
|
|
||||||
Usage
|
|
||||||
=====
|
|
||||||
|
|
||||||
FULL\_PATH\_TO\_LOCAL\_REPO gives container access to repo to be versioned
|
|
||||||
==========================================================================
|
|
||||||
|
|
||||||
FULL\_PATH\_TO\_SSH\_FOLDER gives container access to ssh keys to be able to push repo
|
|
||||||
======================================================================================
|
|
||||||
|
|
||||||
docker build -t semver . docker run -v
|
|
||||||
FULL\_PATH\_TO\_LOCAL\_REPO:/application\_repo -v
|
|
||||||
FULL\_PATH\_TO\_SSH\_FOLDER:/root/.ssh semver
|
|
||||||
|
|
||||||
after this finishes must go to FULL\_PATH\_TO\_LOCAL\_REPO and push yourself
|
|
||||||
============================================================================
|
|
||||||
|
|
||||||
git push origin develop git push origin --tags
|
|
||||||
|
|
||||||
Keywords: Semantic Version
|
|
||||||
Platform: UNKNOWN
|
|
||||||
Classifier: Development Status :: 3 - Alpha
|
|
||||||
Classifier: Intended Audience :: Developers
|
|
||||||
Classifier: Intended Audience :: System Administrators
|
|
||||||
Classifier: Topic :: Software Development :: Build Tools
|
|
||||||
Classifier: License :: OSI Approved :: Apache Software License
|
|
||||||
Classifier: Programming Language :: Python :: 2
|
|
||||||
Classifier: Programming Language :: Python :: 2.7
|
|
||||||
Classifier: Programming Language :: Python :: 3
|
|
||||||
Classifier: Programming Language :: Python :: 3.3
|
|
||||||
Classifier: Programming Language :: Python :: 3.4
|
|
||||||
Classifier: Programming Language :: Python :: 3.5
|
|
||||||
Classifier: Programming Language :: Python :: 3.6
|
|
@ -1,10 +0,0 @@
|
|||||||
README.rst
|
|
||||||
setup.py
|
|
||||||
semver/__init__.py
|
|
||||||
semver/get_version.py
|
|
||||||
semver.egg-info/PKG-INFO
|
|
||||||
semver.egg-info/SOURCES.txt
|
|
||||||
semver.egg-info/dependency_links.txt
|
|
||||||
semver.egg-info/entry_points.txt
|
|
||||||
semver.egg-info/requires.txt
|
|
||||||
semver.egg-info/top_level.txt
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1,4 +0,0 @@
|
|||||||
[console_scripts]
|
|
||||||
semver = semver:main
|
|
||||||
semver_get_version = semver.get_version:main
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
bumpversion==0.5.3
|
|
@ -1 +0,0 @@
|
|||||||
semver
|
|
Reference in New Issue
Block a user